Build in 'dist' since dzil will remove the directory.
This commit is contained in:
parent
855041aee9
commit
d4021d8220
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ class DistInkt(BuildSystem):
|
|||
else:
|
||||
# Default to invoking Dist::Zilla
|
||||
resolver.install([PerlModuleRequirement("Dist::Zilla")])
|
||||
run_with_build_fixers(session, ["dzil", "build", "--in", ".."], fixers)
|
||||
run_with_build_fixers(session, ["dzil", "build", "--in", "dist"], fixers)
|
||||
|
||||
@classmethod
|
||||
def probe(cls, path):
|
||||
|
|
Loading…
Add table
Reference in a new issue