diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:15 +0700 |
commit | 1359202a47f88b63d71fd1474549be7f0905a535 (patch) | |
tree | bc8ec9b79336e63ea6ae22266d784ce83c6cd517 /python/hgsubversion | |
parent | 554f0bc721951f619a79e9a892f9c168b4cb88fc (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 |