Changeset 966cb20


Ignore:
Timestamp:
06/11/2006 07:11:33 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
7948a1e
Parents:
9199a13
Message:

Merged r2771 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r9199a13 r966cb20  
    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.