Opened 7 years ago

Closed 7 years ago

#1705 closed defect (fixed)

Patches and bootscripts (or units) are not copied to SRC_ARCHIVE

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 3.0
Component: jhalfs Version: 2.4
Severity: normal Keywords:
Cc:

Description

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.

Change History (2)

comment:1 by Pierre Labastie, 7 years ago

Owner: changed from alfs-log@… to Pierre Labastie
Status: newassigned
Version: SVN2.4

comment:2 by Pierre Labastie, 7 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in both SVN and just created 2.4 branch (for bug fixes) at r3961

Note: See TracTickets for help on using tickets.