ios-safari-remote-debug: replace the name of the binary with ${PN}

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-06-21 21:05:41 +03:00
parent 2eee121080
commit d2f6faf356

View File

@@ -25,7 +25,7 @@ src_compile() {
}
src_install() {
dobin ios-safari-remote-debug
dobin ${PN}
default
}