diff options
Diffstat (limited to 'development/smartgithg/smartgithg.SlackBuild')
-rw-r--r-- | development/smartgithg/smartgithg.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/development/smartgithg/smartgithg.SlackBuild b/development/smartgithg/smartgithg.SlackBuild index 6c8faa24c6ae..2146502af75e 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} |