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

Jan Steffens heftig at nymeria.archlinux.org
Wed Nov 13 16:47:48 UTC 2013


    Date: Wednesday, November 13, 2013 @ 17:47:48
  Author: heftig
Revision: 199499

fix python configure check

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-13 15:38:11 UTC (rev 199498)
+++ PKGBUILD	2013-11-13 16:47:48 UTC (rev 199499)
@@ -16,6 +16,8 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i '1s|#!/usr/bin/python|&2|' itstool itstool.in
+  sed -i 's/| python/&2/' configure.ac
+  autoreconf -fi
 }
 
 build() {




More information about the arch-commits mailing list