mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
ponysay: make sure we use python3
It requires python3, but uses `/usr/bin/env python` in the she-bang, which is ambiguous. Setting the environment to `python3` fixes the current run-time error.
This commit is contained in:
parent
7613a3a37e
commit
6ec07d631e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ponysay'
|
# Template file for 'ponysay'
|
||||||
pkgname=ponysay
|
pkgname=ponysay
|
||||||
version=3.0.3
|
version=3.0.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -16,5 +16,6 @@ do_install() {
|
||||||
python3 setup.py --prefix=/usr --dest-dir=$DESTDIR \
|
python3 setup.py --prefix=/usr --dest-dir=$DESTDIR \
|
||||||
--freedom=partial --everything \
|
--freedom=partial --everything \
|
||||||
--with-pdf=/usr/share/doc/ponysay --without-pdf-compression \
|
--with-pdf=/usr/share/doc/ponysay --without-pdf-compression \
|
||||||
|
--with-custom-env-python=python3 \
|
||||||
install
|
install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue