[arch-commits] Commit in gobject-introspection/trunk (PKGBUILD)

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


    Date: Saturday, September 15, 2018 @ 20:17:05
  Author: heftig
Revision: 334636

1.58.0+2+g1f1dd7f4-2

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 20:13:17 UTC (rev 334635)
+++ PKGBUILD	2018-09-15 20:17:05 UTC (rev 334636)
@@ -4,7 +4,7 @@
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
 pkgver=1.58.0+2+g1f1dd7f4
-pkgrel=1
+pkgrel=2
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection"
 arch=(x86_64)
@@ -39,10 +39,8 @@
 
   DESTDIR="$pkgdir" meson install -C build
 
-  pushd "$pkgdir"
-  python -m compileall -d / usr/lib/gobject-introspection
-  python -O -m compileall -d / usr/lib/gobject-introspection
-  popd
+  python -m compileall -d /usr/lib/gobject-introspection "$pkgdir/usr/lib/gobject-introspection"
+  python -O -m compileall -d /usr/lib/gobject-introspection "$pkgdir/usr/lib/gobject-introspection"
 
 ### Split runtime
   mkdir -p "$srcdir/runtime/lib"



More information about the arch-commits mailing list