summarylogtreecommitdiffstats
path: root/install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'install.patch')
-rw-r--r--install.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/install.patch b/install.patch
deleted file mode 100644
index c607c4bfe74b..000000000000
--- a/install.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/tools/build/install-core-dist.pl b/tools/build/install-core-dist.pl
-index 518a00d..0e81193 100644
---- a/tools/build/install-core-dist.pl
-+++ b/tools/build/install-core-dist.pl
-@@ -15,7 +15,13 @@ my %provides =
-
- PROCESS::<$REPO> := CompUnit::Repository::Staging.new(
- :prefix(@*ARGS[0]),
-- :next-repo(CompUnit::RepositoryRegistry.repository-for-name('perl')),
-+ :next-repo(
-+ # Make CompUnit::Repository::Staging available to precomp processes
-+ CompUnit::Repository::Installation.new(
-+ :prefix(@*ARGS[0]),
-+ :next-repo(CompUnit::RepositoryRegistry.repository-for-name('perl')),
-+ )
-+ ),
- :name('perl'),
- );
- $*REPO.install(