summaryrefslogtreecommitdiffstats
path: root/lensfun
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-05-22 20:28:53 +0000
committer Eric Hameleers <alien@slackware.com>2009-05-22 20:28:53 +0000
commit50066d4c088e214f6f29ac6060f2ed597fb08de1 (patch)
tree36c0cef4e3fbf87bc68f394b7d392abddfe4a9d5 /lensfun
parenteb5b20a0c6c47f81263a4d0f1d054d9190e3ab98 (diff)
downloadasb-50066d4c088e214f6f29ac6060f2ed597fb08de1.tar.gz
asb-50066d4c088e214f6f29ac6060f2ed597fb08de1.tar.xz
Final, I guess
Diffstat (limited to 'lensfun')
-rwxr-xr-xlensfun/build/lensfun.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/lensfun/build/lensfun.SlackBuild b/lensfun/build/lensfun.SlackBuild
index 9b0cdccb..af8a4e0a 100755
--- a/lensfun/build/lensfun.SlackBuild
+++ b/lensfun/build/lensfun.SlackBuild
@@ -147,7 +147,7 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
-make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
+make all 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# Add documentation:
@@ -161,12 +161,6 @@ cat $SRCDIR/$(basename $0) | sed \
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;
-# Compress the man page(s):
-if [ -d $PKG/usr/man ]; then
- find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
- for i in $(find $PKG/usr/man -type l -name "*.?") ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-fi
-
# Strip binaries:
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null