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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 28 06:55:01 UTC 2014


    Date: Thursday, August 28, 2014 @ 08:55:01
  Author: svenstaro
Revision: 117998

Optimize .pyc

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-28 06:25:33 UTC (rev 117997)
+++ PKGBUILD	2014-08-28 06:55:01 UTC (rev 117998)
@@ -96,4 +96,5 @@
 
   make DESTDIR="${pkgdir}" install
   python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
 }




More information about the arch-commits mailing list