Author: pierre
Date: Mon Apr 10 01:32:56 2017
New Revision: 3960

Log:
Copy the right file to SRC_ARCHIVE when "Retrieve source files" is on
and "Add blfs-tool support" is on: only $PACKAGE{,1} files were copied.

Modified:
   jhalfs/branches/2.4/common/libs/func_install_blfs

Modified: jhalfs/branches/2.4/common/libs/func_install_blfs
==============================================================================
--- jhalfs/branches/2.4/common/libs/func_install_blfs   Mon Apr 10 01:11:05 
2017        (r3959)
+++ jhalfs/branches/2.4/common/libs/func_install_blfs   Mon Apr 10 01:32:56 
2017        (r3960)
@@ -134,10 +134,10 @@
 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
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to