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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 13 09:49:19 UTC 2014


    Date: Saturday, September 13, 2014 @ 11:49:18
  Author: bpiotrowski
Revision: 221542

upgpkg: libkate 0.4.1-4

fix wrong mtime of pyc/pyo files

Modified:
  libkate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-13 09:46:21 UTC (rev 221541)
+++ PKGBUILD	2014-09-13 09:49:18 UTC (rev 221542)
@@ -32,8 +32,8 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
   make DESTDIR="${pkgdir}" install
-  # install BSD license
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/kdj/"
 }




More information about the arch-commits mailing list