From 0159c5f8deb36dd42cf386937f779420f0e10d88 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Jan 2005 00:32:12 +0000 Subject: * Also fix Unix tests, not just X11 tests. (Fixes a build error that occurs if cups exists in /usr/lib.) svn path=/nixpkgs/trunk/; revision=2068 --- pkgs/development/libraries/qt-3/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/qt-3/builder.sh b/pkgs/development/libraries/qt-3/builder.sh index 57ca0201b5d5..60cb37a962ec 100644 --- a/pkgs/development/libraries/qt-3/builder.sh +++ b/pkgs/development/libraries/qt-3/builder.sh @@ -7,7 +7,7 @@ preConfigure() { # Patch some of the configure files a bit to get of global paths. # (Buildings using stuff in those paths will fail anyway, but it # will cause ./configure misdetections). - for i in config.tests/x11/*.test mkspecs/*/qmake.conf; do + for i in config.tests/*/*.test mkspecs/*/qmake.conf; do echo "patching $i..." sed < $i > $i.tmp \ -e 's^ /lib^ /FOO^g' \ -- cgit 1.4.1