changeset 32:06eba1bf219d default tip

Exclude "." from tarballs
author Guido Berhoerster <guido+booket@berhoerster.name>
date Tue, 13 Sep 2016 16:23:34 +0200
parents ffe69492fc67
children
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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