From: Sergey Poznyakoff Date: Thu, 18 May 2023 04:49:04 +0000 (+0300) Subject: Don't copy DISTFILES during bootstrapping X-Git-Tag: v1.35~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6af0596726c6142971c64376380565acce384750;p=thirdparty%2Ftar.git Don't copy DISTFILES during bootstrapping DISTFILES are necessary only during bootstrapping and should not be distributed. This partially reverts commit 9f0e54ab2. --- diff --git a/bootstrap.conf b/bootstrap.conf index c7d2aff5..0d5351f5 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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;; diff --git a/paxutils b/paxutils index 8d51e798..9ad2a83e 160000 --- a/paxutils +++ b/paxutils @@ -1 +1 @@ -Subproject commit 8d51e798761485e9f8291539a1401ecbc40b3956 +Subproject commit 9ad2a83e9c8de70d83dbe956c144be51f66a9abb