diff options
Diffstat (limited to 'misc/gprename/gprename.SlackBuild')
-rw-r--r-- | misc/gprename/gprename.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/gprename/gprename.SlackBuild b/misc/gprename/gprename.SlackBuild index a17544aa4d..979d0d9273 100644 --- a/misc/gprename/gprename.SlackBuild +++ b/misc/gprename/gprename.SlackBuild @@ -48,6 +48,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Don't run update-desktop-database or install icons on the build host +patch -p1 < $CWD/gprename-makefile-fixups.patch + make -j1 install DESTDIR=$PKG/usr PREFIX=/usr find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |