Copy the right files to SRC_ARCHIVE when "Retrieve source files" is on

and "Add blfs-tool support" is on: only $PACKAGE{,1} files were copied.
This commit is contained in:
Pierre Labastie 2017-04-10 08:34:27 +00:00
parent 945ccaa75e
commit cee84ade49

View file

@ -140,10 +140,10 @@ p}' \
cp $PACKAGE1 $SRC_ARCHIVE
p}' \
-e '/PATCH=/,/^fi/{/^fi/a\
cp $PACKAGE1 $SRC_ARCHIVE
cp $PATCH $SRC_ARCHIVE
p}' \
-e '/URL=/,/^fi/{/^fi/a\
cp $PACKAGE1 $SRC_ARCHIVE
cp $BOOTPACKG $SRC_ARCHIVE
p}' \
$BUILDDIR$BLFS_ROOT/scripts/* >> $BUILDDIR$BLFS_ROOT/download_script
chmod u+x $BUILDDIR$BLFS_ROOT/download_script