Skip to content

Commit c46f713

Browse files
author
Ben Fulton
committed
Rearrange tar arguments
1 parent eb4c251 commit c46f713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ docs:
9494
.PHONY: dist
9595
dist: $(AUX)
9696
mkdir -p distro
97-
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)
97+
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 commit comments

Comments
 (0)