Changeset a5f52ba


Ignore:
Timestamp:
02/24/2007 04:35:58 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
39a93a4
Parents:
c560e9a
Message:

The ICA/farce Bzip2 fix is needed only on LFS-6.2 and CLFS-1.0.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    rc560e9a ra5f52ba  
    461461      mv ${script} ${script}$N
    462462    done
    463     # Remove Bzip2 binaries before make install
     463    # Remove Bzip2 binaries before make install (CLFS-1.0 compatibility)
    464464    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2$N
    465465    # Delete *old Readline libraries just after make install
  • LFS/master.sh

    rc560e9a ra5f52ba  
    181181      mv ${script} ${script}$N
    182182    done
    183     # Remove Bzip2 binaries before make install
    184     sed -e 's@make PREFIX=/usr install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N
     183    # Remove Bzip2 binaries before make install (LFS-6.2 compatibility)
     184    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N
    185185  fi
    186186
Note: See TracChangeset for help on using the changeset viewer.