diff options
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 |