summaryrefslogtreecommitdiffstats
path: root/system/prelink/prelink.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/prelink/prelink.SlackBuild')
-rw-r--r--system/prelink/prelink.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/prelink/prelink.SlackBuild b/system/prelink/prelink.SlackBuild
index 3a2b0f2369..aed5ccd7bd 100644
--- a/system/prelink/prelink.SlackBuild
+++ b/system/prelink/prelink.SlackBuild
@@ -49,7 +49,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
-else
+else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
@@ -82,7 +82,7 @@ CXXFLAGS="$SLKFLAGS" \
--build=$ARCH-slackware-linux
make
-make -C doc
+make -C doc
make install-strip DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;