From 982998bdfe171002408dc17be8e5a5485aad251c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 19 Nov 2016 07:52:52 +0200 Subject: python/python-editor: Updated for version 1.0.2b. Signed-off-by: Dimitris Zlatanidis --- python/python-editor/python-editor.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/python-editor/python-editor.SlackBuild') diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild index 80440dc875..4ba7528dc7 100644 --- a/python/python-editor/python-editor.SlackBuild +++ b/python/python-editor/python-editor.SlackBuild @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-editor -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2b} +SRCVER=${SRCVER:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVER tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-$SRCVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3