From d2f6faf356d056a4ac890c7055cd8dfc43c15ee8 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Sat, 21 Jun 2025 21:05:41 +0300 Subject: [PATCH] ios-safari-remote-debug: replace the name of the binary with `${PN}` Signed-off-by: Pavel Sobolev --- .../ios-safari-remote-debug-0_pre20250506.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild index 3e9a062481..b89b297cb2 100644 --- a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild +++ b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild @@ -25,7 +25,7 @@ src_compile() { } src_install() { - dobin ios-safari-remote-debug + dobin ${PN} default }