r20590 - gnucash/trunk/packaging/win32 - Win32 build: Tweak webkit.pc prefix path to match the installation.

Christian Stimming cstim at code.gnucash.org
Sat Apr 23 04:42:20 EDT 2011


Author: cstim
Date: 2011-04-23 04:42:20 -0400 (Sat, 23 Apr 2011)
New Revision: 20590
Trac: http://svn.gnucash.org/trac/changeset/20590

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Tweak webkit.pc prefix path to match the installation.

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-04-22 19:59:24 UTC (rev 20589)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-04-23 08:42:20 UTC (rev 20590)
@@ -1348,6 +1348,10 @@
 	fi
         quiet ${PKG_CONFIG} --exists webkit-1.0 || die "webkit not installed correctly"
 	rm -rf ${TMP_UDIR}/webkit-*
+
+        qpushd $_WEBKIT_UDIR/lib/pkgconfig
+            perl -pi.bak -e"s!^prefix=.*\$!prefix=$_WEBKIT_UDIR!" *.pc
+        qpopd
     fi
 }
 



More information about the gnucash-changes mailing list