[arch-commits] Commit in gnome-music/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 15 06:21:25 UTC 2018


    Date: Saturday, September 15, 2018 @ 06:21:25
  Author: heftig
Revision: 334609

better pyc path fix

Modified:
  gnome-music/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 06:20:14 UTC (rev 334608)
+++ PKGBUILD	2018-09-15 06:21:25 UTC (rev 334609)
@@ -48,7 +48,7 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 
-  cd "$pkgdir/usr/lib"
-  python -m compileall .
-  python -O -m compileall .
+  cd "$pkgdir"
+  python -m compileall -d / usr/lib
+  python -O -m compileall -d / usr/lib
 }



More information about the arch-commits mailing list