aboutsummaryrefslogtreecommitdiff
path: root/python/python-django/python-django.SlackBuild
diff options
context:
space:
mode:
authorMario Preksavec <mario@slackware.hr>2016-09-04 17:20:59 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-11 08:53:21 +0700
commit007274adc16df24101ca1c2b898e80d169b2dd57 (patch)
treee867568d94d1d5a30c2d8357854190f56663393f /python/python-django/python-django.SlackBuild
parentf6bfd9b1e661e43fdb0d79d6bda0b5139b0bc898 (diff)
python/python-django: Updated for version 1.10.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
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 574c598909a0..1d65d22034a5 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 . \