summaryrefslogtreecommitdiff
path: root/python/hgsubversion
diff options
context:
space:
mode:
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