Changeset 839e893 for CLFS/master.sh


Ignore:
Timestamp:
06/11/2006 07:10:25 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
280c791b
Parents:
235f7e9
Message:

Module-Init-Tools reinstallation has been fixed in the CLFS book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r235f7e9 r839e893  
    492492    # Remove Bzip2 binaries before make install
    493493    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
    494     # Fix how Module-Init-Tools do the install target
    495     sed -e 's@make install@make INSTALL=install install@' -i final-system$N/*-module-init-tools
    496494    # Delete *old Readline libraries just after make install
    497495    sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
     
    605603    # Remove Bzip2 binaries before make install
    606604    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
    607     # Fix how Module-Init-Tools do the install target
    608     sed -e 's@make install@make INSTALL=install install@' -i final-system$N/*-module-init-tools
    609605    # Delete *old Readline libraries just after make install
    610606    sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
Note: See TracChangeset for help on using the changeset viewer.