development/THE: Included a symlink: $bindir/nthe <-- $bindir/the

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Richard Narron 2013-02-17 15:53:01 -06:00 committed by Robby Workman
parent 01043e2dd0
commit c491acda66

View file

@ -73,8 +73,7 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
rm -f $PKG/usr/bin/the ; ln -fs nthe $PKG/usr/bin/the
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a \