[arch-commits] Commit in kdeedu-kig/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue May 24 13:01:52 UTC 2011


    Date: Tuesday, May 24, 2011 @ 09:01:51
  Author: andrea
Revision: 124791

KDE 4.7beta1 - fix python path in kdeedu-kig

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-24 13:00:30 UTC (rev 124790)
+++ PKGBUILD	2011-05-24 13:01:51 UTC (rev 124791)
@@ -28,4 +28,7 @@
 package() {
   cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py
 }




More information about the arch-commits mailing list