aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-11-19 20:00:20 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-11-19 20:00:20 +0000
commit095b9f39954a618e1f28cbc0573a877c04613e28 (patch)
tree14905a98691cb5d615f11fdeb58926c634582775 /tools
parentc48de654522468a04bbafc20dda800456fdbf930 (diff)
Patch a url in one module test
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 38039b4..0582a67 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -63,7 +63,10 @@ manifest: modules/DBIish/lib
sort -o MANIFEST MANIFEST
rm MANIFEST.1
-tarball: manifest
+patch:
+ patch -p1 < patches/perl6-pod-to-bigpage.patch
+
+tarball: manifest patch
[ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 )
[ -d $(STAR_REL) ] || ln -s . $(STAR_REL)
$(PREFIX) $(STAR_REL)/ MANIFEST | \