﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1705	Patches and bootscripts (or units) are not copied to SRC_ARCHIVE	Pierre Labastie	Pierre Labastie	"The code in func_install_blfs has:
{{{
sed -n -e '/PACKAGE=/,/^fi/{/^fi/a\
cp $PACKAGE $SRC_ARCHIVE
p}' \
       -e '/|[ ]*md5sum/p' \
       -e '/PACKAGE1=/,/^fi/{/^fi/a\
cp $PACKAGE1 $SRC_ARCHIVE
p}' \
       -e '/PATCH=/,/^fi/{/^fi/a\
cp $PACKAGE1 $SRC_ARCHIVE
p}' \
       -e '/URL=/,/^fi/{/^fi/a\
cp $PACKAGE1 $SRC_ARCHIVE
p}' \
    $BUILDDIR$BLFS_ROOT/scripts/* >> $BUILDDIR$BLFS_ROOT/download_script
}}}

so that $PACKAGE1 is archived even if a $PATCH or a $BOOTPACKG has been downloaded. This bug will be triggered only if PACKAGE1 is not defined when running the '''cp''' command, which is unlikely."	defect	closed	normal	3.0	jhalfs	2.4	normal	fixed		
