Fix ‘make dist-xz’ bug

Problem reported by Pavel Raiskup in:
https://lists.gnu.org/r/bug-tar/2022-06/msg00014.html
* bootstrap.conf (copy_files): Also copy DISTFILES.
This commit is contained in:
Paul Eggert
2022-06-13 16:49:55 -07:00
parent c7b69f05bc
commit 9f0e54ab2f

View 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;;