mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-25 19:10:46 +00:00
Don't copy DISTFILES during bootstrapping
DISTFILES are necessary only during bootstrapping and should not be
distributed.
This partially reverts commit 9f0e54ab2.
This commit is contained in:
@@ -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;;
|
||||
|
||||
2
paxutils
2
paxutils
Submodule paxutils updated: 8d51e79876...9ad2a83e9c
Reference in New Issue
Block a user