summaryrefslogtreecommitdiffstats
path: root/python/python-django/python-django.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-django/python-django.SlackBuild')
-rw-r--r--python/python-django/python-django.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-django/python-django.SlackBuild b/python/python-django/python-django.SlackBuild
index 574c598909..1d65d22034 100644
--- a/python/python-django/python-django.SlackBuild
+++ b/python/python-django/python-django.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-django
-# Copyright 2015 Mario Preksavec, Zagreb, HR
+# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python-django
SRCNAM=django
-VERSION=${VERSION:-1.7.4}
+VERSION=${VERSION:-1.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \