]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Fix ‘make dist-xz’ bug
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2022 23:49:55 +0000 (16:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2022 23:50:11 +0000 (16:50 -0700)
Problem reported by Pavel Raiskup in:
https://lists.gnu.org/r/bug-tar/2022-06/msg00014.html
* bootstrap.conf (copy_files): Also copy DISTFILES.

bootstrap.conf

index c3cdec9b983f22a7201b28e40766beb97bfb1cb2..00e0d66f6953ad0e3b52c2bec244837f0ac661d9 100644 (file)
@@ -79,7 +79,7 @@ gnulib_modules="$avoided_gnulib_modules
 
 # copy_files srcdir dstdir
 copy_files() {
-  for file in `cat $1/DISTFILES`
+  for file in DISTFILES `cat $1/DISTFILES`
   do
     case $file in
     "#*")  continue;;