Skip to content

Commit

Permalink
Use tar [..] .' instead of tar [..] *'.
Browse files Browse the repository at this point in the history
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
  • Loading branch information
Garrett Cooper committed Dec 14, 2010
1 parent e9f9b88 commit f4b7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.release
Expand Up @@ -43,4 +43,4 @@ clean:
$(MAKE) -f Makefile $@

release: | autotools distclean
tar -cvz --exclude "$(TARBALL)" -f $(TARBALL) *
tar -cvz --exclude "$(TARBALL)" -f $(TARBALL) .

0 comments on commit f4b7b4f

Please sign in to comment.