Skip to content

Commit

Permalink
Fix make DESTDIR not finding CompUnit::Repository::Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Jul 17, 2016
1 parent 20a648a commit d1604b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/build/install-core-dist.pl
Expand Up @@ -15,7 +15,13 @@

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(
Expand Down

0 comments on commit d1604b5

Please sign in to comment.