diff options
Diffstat (limited to 'source/d/mercurial/mercurial.SlackBuild')
-rwxr-xr-x | source/d/mercurial/mercurial.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild index dff5f3cb..5074b56a 100755 --- a/source/d/mercurial/mercurial.SlackBuild +++ b/source/d/mercurial/mercurial.SlackBuild @@ -62,7 +62,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -python setup.py build install --root=$PKG || exit 1 +python3 setup.py build install --root=$PKG || exit 1 # Ordinarily we will not add stuff that's not installed through the normal # default installation method, but we've had a lot of requests, and it appears |