From: Graham Knop Date: Mon, 18 Feb 2019 12:50:59 +0000 (+0100) Subject: fix license add-to-manifest call X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDistar.git;a=commitdiff_plain;h=db0fba2af7d1b622be61b6825ebb8b8b77c2643a fix license add-to-manifest call --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 9a2a15f..1c36b19 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -266,7 +266,7 @@ licensefile: create_distdir $(DISTVNAME)/LICENSE: Makefile.PL $(NOECHO) $(MKPATH) $(DISTVNAME) $(ABSPERLRUN) $(HELPERS)/generate-license $(AUTHORS) $(LICENSES) >$(DISTVNAME)/LICENSE - $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) ../Distar/helpers/add-to-manifest LICENSE + $(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) $(HELPERS)/add-to-manifest LICENSE $(NOECHO) $(ABSPERLRUN) $(HELPERS)/add-to-manifest -d $(DISTVNAME) LICENSE disttest: distmanicheck distmanicheck: create_distdir