diff options
Diffstat (limited to 'system/xchm/xchm.SlackBuild')
-rw-r--r-- | system/xchm/xchm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xchm/xchm.SlackBuild b/system/xchm/xchm.SlackBuild index 14f0943b9e..a803f8f295 100644 --- a/system/xchm/xchm.SlackBuild +++ b/system/xchm/xchm.SlackBuild @@ -58,8 +58,8 @@ CXXFLAGS=$SLKCFLAGS \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux -make -make install DESTDIR=$PKG +make +make install DESTDIR=$PKG strip --strip-unneeded $PKG/usr/bin/$PRGNAM 2> /dev/null mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |