summaryrefslogtreecommitdiffstats
path: root/qt5/configure
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-04-06 11:33:49 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-04-06 11:33:49 +0200
commit8dbbcd6bb6614a3bff32860e24f66fd5fc5dd936 (patch)
treed06fa95b12c7eed86be42ab9836af1fc2b2ecefb /qt5/configure
parent449b5ce12225d001c87fdb02b62d6882b5e9be8f (diff)
Fix shadow build
Diffstat (limited to 'qt5/configure')
-rwxr-xr-xqt5/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5/configure b/qt5/configure
index 78835fe..b805ca3 100755
--- a/qt5/configure
+++ b/qt5/configure
@@ -44,7 +44,7 @@ $relpath =~ s,\\,/,g;
# the current directory is the "build tree" or "object tree"
my $outpath = getcwd();
-system_v("perl fix-webkit") and die("Applying webkit patches failed");
+system_v("perl $relpath/fix-webkit") and die("Applying webkit patches failed");
ensureDir("$outpath/qtbase");
chdir("$outpath/qtbase");