summaryrefslogtreecommitdiffstats
path: root/development/smartgithg/smartgithg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/smartgithg/smartgithg.SlackBuild')
-rw-r--r--development/smartgithg/smartgithg.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/smartgithg/smartgithg.SlackBuild b/development/smartgithg/smartgithg.SlackBuild
index 6c8faa24c6..2146502af7 100644
--- a/development/smartgithg/smartgithg.SlackBuild
+++ b/development/smartgithg/smartgithg.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="smartgithg"
-VERSION=${VERSION:-5.0.9}
+VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -66,5 +66,9 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
+mkdir -p $PKG/usr/bin
+cd $PKG/usr/bin
+ln -s ../share/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
+
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}