aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-12-17 14:48:44 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 11:49:43 +0000
commit347e4547778c0ff05a44a8e5264fb02495548a6d (patch)
tree99b742eb10465d1a82a8c71ca424635a9a3b6086 /tools
parente67507866ab930d3a76a85c2fbfbd5b31f24a1f3 (diff)
patch panda to warn it's leaving star
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 0582a67..a384349 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -65,6 +65,7 @@ manifest: modules/DBIish/lib
patch:
patch -p1 < patches/perl6-pod-to-bigpage.patch
+ patch -p1 < patches/panda.patch
tarball: manifest patch
[ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 )