mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-office/naps2: fix permissions using find
Closes: https://bugs.gentoo.org/940455 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user