aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-31 01:23:05 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-31 01:23:05 +0100
commit71be27c335746af2cb71d04e32d791086a599523 (patch)
tree6d9d999a18ce60da8f1cfa8e30a70b5f04d27368
parent55732cc3554911f23a7f1c34c724af07d2b8e03b (diff)
Include both files and directories in tarball
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 6efd2c6..9d74422 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -67,7 +67,7 @@ manifest: modules/DBIish/lib
$(PREFIX) MoarVM/ MoarVM/MANIFEST >>MANIFEST
git submodule foreach --quiet 'git ls-files | $(PREFIX) $$path/' >>MANIFEST
grep -v -f tools/star/MANIFEST.exclude MANIFEST >MANIFEST.1
- $(PERL) -n -e 'chomp; -f && print "$$_\n"' MANIFEST.1 >MANIFEST
+ $(PERL) -n -e 'chomp; print "$$_\n"' MANIFEST.1 >MANIFEST
sort -o MANIFEST MANIFEST
rm MANIFEST.1