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

Jan Steffens heftig at archlinux.org
Sat Sep 15 20:17:12 UTC 2018


    Date: Saturday, September 15, 2018 @ 20:17:11
  Author: heftig
Revision: 334637

3.30.0+10+gae02f798-2

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 20:17:05 UTC (rev 334636)
+++ PKGBUILD	2018-09-15 20:17:11 UTC (rev 334637)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-music
 pkgver=3.30.0+10+gae02f798
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Music player and management application"
 url="https://wiki.gnome.org/Apps/Music"
@@ -48,7 +48,6 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 
-  cd "$pkgdir"
-  python -m compileall -d / usr/lib
-  python -O -m compileall -d / usr/lib
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }



More information about the arch-commits mailing list