mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/THE: Included a symlink: $bindir/nthe <-- $bindir/the
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
01043e2dd0
commit
c491acda66
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue