From fdcbadfbb92eaaabdb31d36f7efcf167d252e983 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 25 Aug 2010 13:14:30 -0500 Subject: Add specialized bits to apply patches for the 2010.08 release. --- build/2010.08-patch.pl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/2010.08-patch.pl (limited to 'build/2010.08-patch.pl') 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"); + -- cgit v1.1