Skip to content

Commit

Permalink
Rearrange tar arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
benfulton committed Jan 22, 2020
1 parent eb4c251 commit c46f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ docs:
.PHONY: dist
dist: $(AUX)
mkdir -p distro
tar --transform "s,^,CAFE/," --transform "s,docs/,," -czf --owner=0 --group=0 distro/CAFE5-5.0.0.tar.gz src test.cpp main.cpp $(AUX)
tar --transform "s,^,CAFE/," --transform "s,docs/,," --owner=0 --group=0 -czf distro/CAFE5-5.0.0.tar.gz src test.cpp main.cpp $(AUX)

0 comments on commit c46f713

Please sign in to comment.