summaryrefslogtreecommitdiffstats
path: root/python/regex/regex.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-10-07 22:10:49 +0200
committer Willy Sudiarto Raharjo2014-10-10 19:14:49 +0200
commit5ae323cd24bae588027b2eb45e60ef08f474f504 (patch)
tree025345b2efdfb6eec2d975d82bbc76a0697c8a75 /python/regex/regex.SlackBuild
parent53cc4fe00936fc0d7f8b32fbb8b713715bacbcc3 (diff)
downloadslackbuilds-5ae323cd24bae588027b2eb45e60ef08f474f504.tar.gz
python/regex: Updated for version 2014.10.07.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/regex/regex.SlackBuild')
-rw-r--r--python/regex/regex.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/regex/regex.SlackBuild b/python/regex/regex.SlackBuild
index 627440259a..efd28b66a0 100644
--- a/python/regex/regex.SlackBuild
+++ b/python/regex/regex.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=regex
-VERSION=${VERSION:-2014.10.01}
+VERSION=${VERSION:-2014.10.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +60,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-mkdir -p $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \