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, 0 insertions, 9 deletions
diff --git a/build/2010.08-patch.pl b/build/2010.08-patch.pl
deleted file mode 100644
index 4e623cd..0000000
--- a/build/2010.08-patch.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#! 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");
-