diff options
Diffstat (limited to 'development/dis/dis.SlackBuild')
-rw-r--r-- | development/dis/dis.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/development/dis/dis.SlackBuild b/development/dis/dis.SlackBuild index f92b7d2a57ffd..c3eab3bce50bb 100644 --- a/development/dis/dis.SlackBuild +++ b/development/dis/dis.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=dis -VERSION=${VERSION:-0.5_20150816.25e17c0f} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -24,7 +24,6 @@ set -e # my ($release, $commit) = split /_/, $version; # Who says perl is less readable than bash? RELEASE="$( echo $VERSION | cut -d_ -f1 )" -COMMIT="$( echo $VERSION | cut -d_ -f2 )" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -35,7 +34,6 @@ cd $PRGNAM-$RELEASE chown -R root:root . chmod 644 * -patch -p1 < $CWD/$COMMIT.diff patch -p1 < $CWD/usr_share.diff # look for .dop files also in /usr/share/dis # manual install |