summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion
diff options
context:
space:
mode:
author Dave Woodfall2021-05-15 17:28:37 +0200
committer Willy Sudiarto Raharjo2021-05-19 13:40:15 +0200
commit1359202a47f88b63d71fd1474549be7f0905a535 (patch)
treebc8ec9b79336e63ea6ae22266d784ce83c6cd517 /python/hgsubversion
parent554f0bc721951f619a79e9a892f9c168b4cb88fc (diff)
downloadslackbuilds-1359202a47f88b63d71fd1474549be7f0905a535.tar.gz
python/hgsubversion: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hgsubversion')
-rw-r--r--python/hgsubversion/hgsubversion.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild
index 7166645884..31fe0be2dc 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -55,7 +55,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
mkdir -p $PKG/etc/mercurial/hgrc.d
cat > $PKG/etc/mercurial/hgrc.d/hgsubversion.rc.new << EOF