diff options
Diffstat (limited to 'misc/open-simh/open-simh.SlackBuild')
-rw-r--r-- | misc/open-simh/open-simh.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index ed4bad439f..d138faf4da 100644 --- a/misc/open-simh/open-simh.SlackBuild +++ b/misc/open-simh/open-simh.SlackBuild @@ -27,7 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=open-simh SRCNAM=simh -VERSION=${VERSION:-ce791138b5b5365105415a9a1cf4091d6e50a43d} +VERSION=${VERSION:-86b19c7} +COMMIT=${COMMIT:-86b19c767b681385cf276b498073ab6702d39591} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,9 +73,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $SRCNAM-$COMMIT tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +cd $SRCNAM-$COMMIT chown -R root:root . find -L . \ |