summaryrefslogtreecommitdiffstats
path: root/system/lshw/lshw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lshw/lshw.SlackBuild')
-rw-r--r--system/lshw/lshw.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lshw/lshw.SlackBuild b/system/lshw/lshw.SlackBuild
index eedba1c343..40ae307b0c 100644
--- a/system/lshw/lshw.SlackBuild
+++ b/system/lshw/lshw.SlackBuild
@@ -52,7 +52,7 @@ sed -i "s%MANDIR=\$(PREFIX)/share/man%MANDIR=\$(PREFIX)/man%" src/Makefile
RPM_OPT_FLAGS="$SLKCFLAGS" MANDIR="/usr/man" make
RPM_OPT_FLAGS="$SLKCFLAGS" MANDIR="/usr/man" make gui
make install DESTDIR=$PKG
-make install-gui DESTDIR=$PKG
+make install-gui DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true