summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-04-04 11:07:52 -0500
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-04-04 13:52:41 -0500
commit1d80b49f931846677e990330d3d48a2e02f7c045 (patch)
tree506d41a373dd158b15429fb4ff7503d0d34b8293 /scripts
parent5b77729521cabf2702f94c811f0d1ee10df606f3 (diff)
Add option -afterlive/-redo-afterlive to automatically apply patches
These are just convenience options to apply/reapply the afterlive/ patches. Some might be actively working with afterlive patches with others, and will need to reapply the patch set based on new patches coming in through the qtmodularization repo.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/905_git_split2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/905_git_split b/scripts/905_git_split
index 6d16c2d..16d3d69 100644
--- a/scripts/905_git_split
+++ b/scripts/905_git_split
@@ -29,7 +29,7 @@ fsRmdir("tools");
# Ensure that the qt-bundle repo <QTDIR>/qt is created
# any by default use that as the repo base for the modules
my $qtbundledir = "qt";
-my $repos_base = $qtdir . "/" . $qtbundledir;
+$repos_base = $qtdir . "/" . $qtbundledir;
ensureDir($qtbundledir);
my $cacheDir = $qtWebKitType;