summaryrefslogtreecommitdiffstats
path: root/source/l/newt/newt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/newt/newt.SlackBuild')
-rwxr-xr-xsource/l/newt/newt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/newt/newt.SlackBuild b/source/l/newt/newt.SlackBuild
index c446f2d15..3d21bbd83 100755
--- a/source/l/newt/newt.SlackBuild
+++ b/source/l/newt/newt.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=newt
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf newt-$VERSION
-tar xvf $CWD/newt-$VERSION.tar.xz || exit 1
+tar xvf $CWD/newt-$VERSION.tar.?z || exit 1
cd newt-$VERSION || exit 1
chown -R root:root .
find -L . \