From 4e9e34e69f73347f4f2eb8a374d003bc1bcbd009 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Sun, 8 Feb 2015 13:29:29 +0100 Subject: python/thunarx-python: Fixed VERSION. --- python/thunarx-python/thunarx-python.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python') 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 +# Copyright 2015 Marcel Saegebarth # 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 -- cgit v1.2.3