python/hgsubversion: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
554f0bc721
commit
1359202a47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue