diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-07-12 12:54:14 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-07-12 12:54:14 +0200 |
commit | 652728cd9aba08e3c76e40f617851c4230f3b3ca (patch) | |
tree | 1409efd293540cafd7f859626bc602acd64731c1 | |
parent | 46653e9c9d2e88b2616bc6862fe0480c2a437eb3 (diff) | |
download | Dist::Maker-master.tar.gz Dist::Maker-master.tar.bz2 |
-rw-r--r-- | lib/App/Rakumod/Bin.rakumod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Rakumod/Bin.rakumod b/lib/App/Rakumod/Bin.rakumod index 6e04c1c..f9f0857 100644 --- a/lib/App/Rakumod/Bin.rakumod +++ b/lib/App/Rakumod/Bin.rakumod @@ -256,7 +256,7 @@ multi sub MAIN ( my @cmd = « "$tar" - -c + -c -z -f "$output" --transform "s/^./$distname/" --owner=0 |