mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/GitEye: Fix symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f86c0031f
commit
519ac2cb01
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cd $PKG/usr/bin
|
||||
ln -s $PKG/usr/share/$PRGNAM/$PRGNAM $PRGNAM
|
||||
ln -s /usr/share/$PRGNAM/$PRGNAM $PRGNAM
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
Loading…
Reference in a new issue