From 6af0596726c6142971c64376380565acce384750 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 18 May 2023 07:49:04 +0300 Subject: [PATCH] Don't copy DISTFILES during bootstrapping DISTFILES are necessary only during bootstrapping and should not be distributed. This partially reverts commit 9f0e54ab2. --- bootstrap.conf | 2 +- paxutils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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