Changeset 5573313 for common


Ignore:
Timestamp:
03/11/2012 04:37:10 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
688117a
Parents:
81cd513
Message:

Add comments to BLFS/Makefile
Use /bin/echo to write the initial instpkg.xml. Hopefully, the behavior
of /bin/echo is independant on the shell
Add a sudo to a sed in finc_install_blfs (needed in some cases)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r81cd513 r5573313  
    3232# Because the BLFS Makefile is supposed to be used in chroot (or booted)
    3333# mode, the tracking file has wrong path for DTD. Change it:
    34 sed -i s@$BUILDDIR@@ $BUILDDIR$TRACKING_DIR/instpkg.xml
     34sudo sed -i s@$BUILDDIR@@ $BUILDDIR$TRACKING_DIR/instpkg.xml
    3535
    3636# Manually build a 'configuration' file
Note: See TracChangeset for help on using the changeset viewer.