[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Nov 12 23:52:20 UTC 2019


    Date: Tuesday, November 12, 2019 @ 23:52:20
  Author: heftig
Revision: 368032

compile python

Modified:
  gtk-doc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 23:49:42 UTC (rev 368031)
+++ PKGBUILD	2019-11-12 23:52:20 UTC (rev 368032)
@@ -40,4 +40,6 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
+  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