[arch-commits] Commit in python-wxpython/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Fri Aug 17 20:20:12 UTC 2018


    Date: Friday, August 17, 2018 @ 20:20:11
  Author: ffy00
Revision: 372561

small cleanup

Modified:
  python-wxpython/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-17 20:13:20 UTC (rev 372560)
+++ PKGBUILD	2018-08-17 20:20:11 UTC (rev 372561)
@@ -37,7 +37,7 @@
 package() {
     cd $_pkgname-$pkgver
 
-    python3 setup.py install --root="$pkgdir" --skip-build --optimize=1
+    python setup.py install --root="$pkgdir" --skip-build --optimize=1
 
     install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
     find "$pkgdir/usr/lib" -type f | xargs chmod 644



More information about the arch-commits mailing list