summaryrefslogtreecommitdiff
path: root/picard/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'picard/Pkgfile')
-rw-r--r--picard/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/picard/Pkgfile b/picard/Pkgfile
index 21fa77b68..bb42e7faa 100644
--- a/picard/Pkgfile
+++ b/picard/Pkgfile
@@ -12,8 +12,7 @@ build () {
cd $name-release-$version
sed -i '/import sip/d' setup.py
sed -i '/^sip.setapi/d' setup.py
- /usr/bin/python3 setup.py config
- /usr/bin/python3 setup.py build
- /usr/bin/python3 setup.py install --root=$PKG --prefix=/usr --skip-build
+ python3 setup.py config
+ python3 setup.py install --root=$PKG --prefix=/usr
rm -rf $PKG/usr/share/locale
}

Generated by cgit