summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion/hgsubversion.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2011-11-09 13:19:50 -0200
committer Robby Workman <rworkman@slackbuilds.org>2011-11-26 09:09:09 -0600
commit51667119ae866da2a2829afbaeecd22f705000e3 (patch)
tree57e28420c863fc37e2f765d2e5ddad80d93c38a2 /python/hgsubversion/hgsubversion.SlackBuild
parent0e71d65bba6b6d531bccdfcf2f758c9e4441d612 (diff)
downloadslackbuilds-51667119ae866da2a2829afbaeecd22f705000e3.tar.gz
slackbuilds-51667119ae866da2a2829afbaeecd22f705000e3.tar.xz
python/hgsubversion: Updated for version 1.3.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/hgsubversion/hgsubversion.SlackBuild')
-rw-r--r--python/hgsubversion/hgsubversion.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild
index 102910f8e4..e0276daa32 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=hgsubversion
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -30,11 +30,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+chmod -R u+w,go+r-w,a-s .
python setup.py install --root=$PKG