development/GitEye: Fix symlink.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Felix Pfeifer 2018-08-21 20:23:17 +07:00 committed by Willy Sudiarto Raharjo
parent 9f86c0031f
commit 519ac2cb01
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

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