aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-04-27 14:05:53 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-04-27 14:05:53 +0200
commit519c2294b2c20c33e4675e822360e61ab3c481f5 (patch)
treeda170a4a954fd000356b8e0c5a0344d5b65a346b /configure
parent428afb264c87855945fce33216d23a89eb912541 (diff)
Fix shadowbuild
Reviewed-by: axis
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7c771ef9..b8ee11f0 100755
--- a/configure
+++ b/configure
@@ -44,8 +44,8 @@ $relpath =~ s,\\,/,g;
# the current directory is the "build tree" or "object tree"
my $outpath = getcwd();
-if (! -e "$outpath/qtbase/configure") {
- die("$outpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
+if (! -e "$relpath/qtbase/configure") {
+ die("$relpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
}
ensureDir("$outpath/qtbase");