Browse Source

Don't copy DISTFILES during bootstrapping

DISTFILES are necessary only during bootstrapping and should not be
distributed.

This partially reverts commit 9f0e54ab2.
Sergey Poznyakoff 1 year ago
parent
commit
6af0596726
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bootstrap.conf
  2. 1 1
      paxutils

+ 1 - 1
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;;

+ 1 - 1
paxutils

@@ -1 +1 @@
-Subproject commit 8d51e798761485e9f8291539a1401ecbc40b3956
+Subproject commit 9ad2a83e9c8de70d83dbe956c144be51f66a9abb