cake
/
p7utils
Archived
1
0
Fork 0

Corrected disting

This commit is contained in:
Thomas Touhey 2017-01-04 17:36:59 +01:00
parent 16e75c5d1a
commit 5864f1f3a9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ reinstall: uninstall install
dist: mrproper $(if $(ISGIT),reinit-gitmodules)
$(call bcmd,tarball,$(NAME)-$(VERSION),\
tar czf $(NAME)-$(VERSION).tar.gz \
--exclude .git --transform "s/^/$(NAME)-$(VERSION)\//" *)
--exclude .git --transform 's|^|$(NAME)-$(VERSION)/|' *)
.PHONY: all mostlyclean mclean clean fclean mrproper re
.PHONY: dist install uninstall reinstall