summaryrefslogtreecommitdiff
path: root/python3-toml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-toml/Pkgfile')
-rw-r--r--python3-toml/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/python3-toml/Pkgfile b/python3-toml/Pkgfile
index 122a71d99..9db4fba26 100644
--- a/python3-toml/Pkgfile
+++ b/python3-toml/Pkgfile
@@ -11,8 +11,8 @@ source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34
build() {
cd toml-$version
- python3 setup.py build
- python3 setup.py install --skip-build \
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root=$PKG

Generated by cgit