summaryrefslogtreecommitdiffstats
path: root/system/prelink
diff options
context:
space:
mode:
author dsomero2013-11-22 08:34:22 +0100
committer dsomero2013-11-22 08:34:22 +0100
commit687c78d5604ce299d5164ffd69de88f2dd10fefc (patch)
tree2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /system/prelink
parent610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff)
downloadslackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/prelink')
-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 {} \;