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:
B. Watson 2023-05-20 04:29:24 -04:00 committed by Willy Sudiarto Raharjo
parent 1cfcb32484
commit 9f8556b012
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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