diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-07 23:10:49 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:49 +0700 |
commit | 5ae323cd24bae588027b2eb45e60ef08f474f504 (patch) | |
tree | 025345b2efdfb6eec2d975d82bbc76a0697c8a75 /python/regex/regex.SlackBuild | |
parent | 53cc4fe00936fc0d7f8b32fbb8b713715bacbcc3 (diff) | |
download | slackbuilds-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.SlackBuild | 5 |
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 \ |