# HG changeset patch # User Guido Berhoerster # Date 1473776614 -7200 # Node ID 06eba1bf219d9ca92bf2b7f0026229645d86398d # Parent ffe69492fc672e0e85113dc82e5a534fed4e000f Exclude "." from tarballs diff -r ffe69492fc67 -r 06eba1bf219d Makefile --- a/Makefile Thu Jan 29 10:28:28 2015 +0100 +++ b/Makefile Tue Sep 13 16:23:34 2016 +0200 @@ -55,4 +55,5 @@ dist: all $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ - -s ',\./,$(DISTNAME)/,' . | $(GZIP) > $(DISTNAME).tar.gz + -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ + $(GZIP) > $(DISTNAME).tar.gz