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

Antonio Rojas arojas at archlinux.org
Thu Nov 1 21:53:30 UTC 2018


    Date: Thursday, November 1, 2018 @ 21:53:29
  Author: arojas
Revision: 401160

Restrict sed to pdf dir

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 21:37:19 UTC (rev 401159)
+++ PKGBUILD	2018-11-01 21:53:29 UTC (rev 401160)
@@ -31,7 +31,7 @@
 # Fix build with poppler >= 0.69.0
   patch -Np2 -i ../gdal-poppler-0.69.0.patch
 # Fix build with poppler 0.71
-  find -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
+  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
 
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure



More information about the arch-commits mailing list