aboutsummaryrefslogtreecommitdiff
path: root/build/2010.08-patch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'build/2010.08-patch.pl')
-rw-r--r--build/2010.08-patch.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/2010.08-patch.pl b/build/2010.08-patch.pl
new file mode 100644
index 0000000..4e623cd
--- /dev/null
+++ b/build/2010.08-patch.pl
@@ -0,0 +1,9 @@
+#! perl
+
+## Star patches to be applied to the 2010.08 release
+
+my $DISTDIR = $ENV{'DISTDIR'};
+
+system("cp build/patch/2010.08-3a339e.patch $DISTDIR/build");
+system("cd $DISTDIR/rakudo; patch -p1 <../build/2010.08-3a339e.patch");
+