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>
This commit is contained in:
parent
8d8cafc626
commit
4e6301fc3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue