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

Eric Bélanger eric at archlinux.org
Wed Jan 11 09:15:54 UTC 2012


    Date: Wednesday, January 11, 2012 @ 04:15:53
  Author: eric
Revision: 146437

Fix build issue (close FS#27885)

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-11 05:01:01 UTC (rev 146436)
+++ PKGBUILD	2012-01-11 09:15:53 UTC (rev 146437)
@@ -39,6 +39,9 @@
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
 
+ export AUTOMAKE='automake --foreign'
+ autoreconf --force --install
+
  ./configure --prefix=/usr \
              --enable-qt4 \
              --enable-foomatic-rip-hplip-install \




More information about the arch-commits mailing list