]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Don't copy DISTFILES during bootstrapping
authorSergey Poznyakoff <gray@gnu.org>
Thu, 18 May 2023 04:49:04 +0000 (07:49 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Thu, 18 May 2023 05:43:04 +0000 (08:43 +0300)
DISTFILES are necessary only during bootstrapping and should not be
distributed.

This partially reverts commit 9f0e54ab2.

bootstrap.conf
paxutils

index c7d2aff55d295476be1deec8729e6798e29f1090..0d5351f5560ecbf2166011f34b46ec35a43d0e8a 100644 (file)
@@ -77,7 +77,7 @@ getopt-gnu
 
 # copy_files srcdir dstdir
 copy_files() {
-  for file in DISTFILES `cat $1/DISTFILES`
+  for file in `cat $1/DISTFILES`
   do
     case $file in
     "#*")  continue;;
index 8d51e798761485e9f8291539a1401ecbc40b3956..9ad2a83e9c8de70d83dbe956c144be51f66a9abb 160000 (submodule)
--- a/paxutils
+++ b/paxutils
@@ -1 +1 @@
-Subproject commit 8d51e798761485e9f8291539a1401ecbc40b3956
+Subproject commit 9ad2a83e9c8de70d83dbe956c144be51f66a9abb