Skip to content

Commit

Permalink
dia: rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Sep 9, 2016
1 parent 5123f8e commit 46ab58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dia/dia.SlackBuild
Expand Up @@ -30,8 +30,8 @@ set -eu
CWD=$(pwd)

PKGNAM=dia
VERSION=${VERSION:-0.97.3}
BUILD=${BUILD:-2}
VERSION=0.97.3
BUILD=${BUILD:-3}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
PKG=$TMP/package-$PKGNAM
Expand Down Expand Up @@ -62,7 +62,7 @@ else
fi

rm -rf $PKG
mkdir -p $TMP $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.xz
Expand Down

0 comments on commit 46ab58c

Please sign in to comment.