summaryrefslogtreecommitdiffstats
path: root/development/nsis
diff options
context:
space:
mode:
author Robby Workman2011-04-03 09:38:10 +0200
committer Robby Workman2011-04-03 16:59:50 +0200
commitd3b72b8044ee3e50ee17b93ead7e2c476d23189a (patch)
tree676d8cc01ac691c550fc0c4ed686c66511295960 /development/nsis
parent3362ebe2e7cc11121cc7374d22663b75b751d2ea (diff)
downloadslackbuilds-d3b72b8044ee3e50ee17b93ead7e2c476d23189a.tar.gz
development/nsis: Fixed build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/nsis')
-rw-r--r--development/nsis/nsis.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/development/nsis/nsis.SlackBuild b/development/nsis/nsis.SlackBuild
index 2f5406d949..5b5a9d6e66 100644
--- a/development/nsis/nsis.SlackBuild
+++ b/development/nsis/nsis.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=nsis
VERSION=2.46
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -90,11 +90,6 @@ mkdir -p $PKG/usr/bin
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type 1) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i; done
-)
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
SConstruct ChangeLog INSTALL COPYING TODO.txt \