about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qt-3/builder.sh2
1 files changed, 1 insertions, 1 deletions
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' \