summaryrefslogtreecommitdiffstats
path: root/http/xulrunner/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/xulrunner/PRE_BUILD')
-rwxr-xr-xhttp/xulrunner/PRE_BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/xulrunner/PRE_BUILD b/http/xulrunner/PRE_BUILD
index 77ef39bcea..49de1d8896 100755
--- a/http/xulrunner/PRE_BUILD
+++ b/http/xulrunner/PRE_BUILD
@@ -1,7 +1,7 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file '' &&
-cd mozilla &&
+cd mozilla-$VERSION &&
# fix for gcc-4.4
sed -i 's/^#elif$/#else/' toolkit/xre/nsAppRunner.cpp &&
patch -p0 < $SCRIPT_DIRECTORY/xulrunner-install-paths.patch &&