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:
parent
945ccaa75e
commit
cee84ade49
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue