development/nsis: Fixed build

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-04-03 02:38:10 -05:00
parent 3362ebe2e7
commit d3b72b8044

View file

@ -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 \