aboutsummaryrefslogtreecommitdiff
path: root/build/2010.08-patch.pl
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-08-25 13:14:30 -0500
committerpmichaud <pmichaud@pobox.com>2010-08-25 13:14:30 -0500
commitfdcbadfbb92eaaabdb31d36f7efcf167d252e983 (patch)
tree592ef4198e5315e228c2a675e42b6a81a288a942 /build/2010.08-patch.pl
parentc7482a0abc169c8812a10ee06c054660cd95e2df (diff)
Add specialized bits to apply patches for the 2010.08 release.
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");
+