[Privoxy-commits] [privoxy] branch master updated: Remove ./ prefix from tarball-dist files.

User Git git at git.privoxy.org
Tue Jan 2 19:21:55 CET 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new edb2555d Remove ./ prefix from tarball-dist files.
edb2555d is described below

commit edb2555d589119885e1d826dead261997d8f74d0
Author: Roland Rosenfeld <roland at debian.org>
AuthorDate: Tue Jan 2 19:21:44 2024 +0100

    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 ; \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list