summaryrefslogtreecommitdiffstats
path: root/development/GitEye
diff options
context:
space:
mode:
author Felix Pfeifer2018-08-21 15:23:17 +0200
committer Willy Sudiarto Raharjo2018-08-25 04:59:37 +0200
commit519ac2cb01bb486036ede307c9ff619e6867d6bd (patch)
tree07c2f1ab30c45d7cea1e06c70bcf5e82491379c0 /development/GitEye
parent9f86c0031f05a0bc611bd2cf31d2a9c9edfa2491 (diff)
downloadslackbuilds-519ac2cb01bb486036ede307c9ff619e6867d6bd.tar.gz
development/GitEye: Fix symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/GitEye')
-rw-r--r--development/GitEye/GitEye.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/GitEye/GitEye.SlackBuild b/development/GitEye/GitEye.SlackBuild
index 58e1c96903..544dbb4783 100644
--- a/development/GitEye/GitEye.SlackBuild
+++ b/development/GitEye/GitEye.SlackBuild
@@ -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}