Mercurial > projects > sencrypt
changeset 11:27bc2d4947da
Exclude "." from tarballs
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Tue, 13 Sep 2016 18:24:21 +0200 |
parents | 8e9dd5328b5a |
children | 14e58decdf87 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Sep 03 14:02:42 2016 +0200 +++ b/Makefile Tue Sep 13 18:24:21 2016 +0200 @@ -114,6 +114,7 @@ dist: clobber $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ - -s ',\./,$(DISTNAME)/,' . | $(GZIP) > $(DISTNAME).tar.gz + -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ + $(GZIP) > $(DISTNAME).tar.gz -include $(patsubst %.o,%.d,$(OBJS))