mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/mktoc: python => python2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1cfcb32484
commit
9f8556b012
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||
# age. Does that mean computers make people illiterate?
|
||||
patch -p1 < $CWD/lose_not_loose.diff
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python2 setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/man/man1
|
||||
gzip -9c $CWD/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
|
||||
|
|
Loading…
Reference in a new issue