commit: 410ac5b2dbe17c042286fb9a425f35e7fa9ba989 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 19:12:40 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 20:23:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410ac5b2
app-office/naps2: fix permissions using find Closes: https://bugs.gentoo.org/940455 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-office/naps2/naps2-7.5.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/naps2/naps2-7.5.1-r2.ebuild b/app-office/naps2/naps2-7.5.1-r2.ebuild index 392f56ec7d33..c5066fc03a17 100644 --- a/app-office/naps2/naps2-7.5.1-r2.ebuild +++ b/app-office/naps2/naps2-7.5.1-r2.ebuild @@ -353,7 +353,7 @@ src_test() { src_install() { dotnet-pkg_src_install - fperms a+x "/usr/share/${P}/_linux/"* + find "${ED}/usr/share/${P}/_linux" -type f -exec chmod a+x {} + || die newicon --size 128 ./NAPS2.Lib/Icons/scanner-128.png com.naps2.Naps2.png domenu ./NAPS2.Setup/config/linux/com.naps2.Naps2.desktop
