# HG changeset patch # User Guido Berhoerster # Date 1473783707 -7200 # Node ID 4ecf1408f04fff95d774dcc076cbda07cd163d7e # Parent a886a736c766f138caeef470f088a59ee6aa1706 Exclude "." from tarballs diff -r a886a736c766 -r 4ecf1408f04f Makefile --- a/Makefile Fri Jan 23 11:05:36 2015 +0100 +++ b/Makefile Tue Sep 13 18:21:47 2016 +0200 @@ -90,4 +90,5 @@ dist: clobber $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ - -s ',\./,$(DISTNAME)/,' . | $(GZIP) > $(DISTNAME).tar.gz + -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ + $(GZIP) > $(DISTNAME).tar.gz