diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 02:38:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:59:50 -0500 |
commit | d3b72b8044ee3e50ee17b93ead7e2c476d23189a (patch) | |
tree | 676d8cc01ac691c550fc0c4ed686c66511295960 /development | |
parent | 3362ebe2e7cc11121cc7374d22663b75b751d2ea (diff) | |
download | slackbuilds-d3b72b8044ee3e50ee17b93ead7e2c476d23189a.tar.gz |
development/nsis: Fixed build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/nsis/nsis.SlackBuild | 7 |
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 \ |