diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2021-02-19 16:16:42 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:28:51 -0500 |
commit | 4e6301fc3fa929b1fefb5e1f82bcde963f26a239 (patch) | |
tree | 5532852fcc1a1adf1d6e7b69a370563f3ab4569d /python | |
parent | 8d8cafc626ac84980ce257ea097faed847976a27 (diff) |
python/hg-git: Switch to python3.
hg-git is a mercurial plugin, which is python3-only in current
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 9192bd83e986..bed9f38ad12c 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.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 +python3 setup.py install --root=$PKG mkdir -p $PKG/etc/mercurial/hgrc.d cat > $PKG/etc/mercurial/hgrc.d/hggit.rc.new << EOF |