summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2015-02-08 13:29:29 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-14 15:52:15 +0700
commit4e9e34e69f73347f4f2eb8a374d003bc1bcbd009 (patch)
tree6d3dbc56192f92a498d3440ce8a0a23fae37f89e
parent87e5165a90e5d6664e597008768f29da7bfe4cd8 (diff)
downloadslackbuilds-4e9e34e69f73347f4f2eb8a374d003bc1bcbd009.tar.gz
slackbuilds-4e9e34e69f73347f4f2eb8a374d003bc1bcbd009.tar.xz
python/thunarx-python: Fixed VERSION.
-rw-r--r--python/thunarx-python/thunarx-python.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/thunarx-python/thunarx-python.SlackBuild b/python/thunarx-python/thunarx-python.SlackBuild
index 3854b6fa7d..272da0fe51 100644
--- a/python/thunarx-python/thunarx-python.SlackBuild
+++ b/python/thunarx-python/thunarx-python.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for "thunarx-python".
-# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thunarx-python
-VERSION=0.3.0
+VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,8 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install