From edb2555d589119885e1d826dead261997d8f74d0 Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Tue, 2 Jan 2024 19:21:44 +0100 Subject: [PATCH] Remove ./ prefix from tarball-dist files. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 9476426c..feec584e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -440,7 +440,7 @@ tarball-dist: dist-check clean clobber for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \ -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \ -name "PACKAGERS" -o -path "*.git/*" \ - -o -path "*/doc/webserver/feeds*" \) | sort`; do \ + -o -path "*/doc/webserver/feeds*" \) | sort | $(SED) 's@^\./@@'`; do \ files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \ done && \ cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \ -- 2.39.2