mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
development/nsis: Fixed build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3362ebe2e7
commit
d3b72b8044
1 changed files with 1 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue