changeset 789:90867b656d12

use the correct pg_config tool in package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 20 Feb 2010 05:23:09 +0100
parents 0b75930ca822
children 910f052c405c
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Thu Feb 18 09:16:33 2010 +0100
+++ b/src/qt.mk	Sat Feb 20 05:23:09 2010 +0100
@@ -87,7 +87,7 @@
         $(SED) -i 's,\(^\|[^_/]\)win32\([^-]\|$$\),\1unix\2,g' {} \;
 
     # Use the correct pg_config tool
-    $(SED) -i 's,pg_config,$(PREFIX)/$(TARGET)/bin/pg_config,g;' '$(1)'/configure
+    $(SED) -i 's,pg_config,$(TARGET)-pg_config,g;' '$(1)'/configure
 
     # Configure Qt for MinGW target
     # We prefer static mingw-cross-env system libs for static build: