Changeset ed25565


Ignore:
Timestamp:
Feb 21, 2006, 2:13:44 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7447a2c
Parents:
58b3c63
Message:

r1086@server (orig r1084): jciccone | 2006-01-17 13:01:38 -0800
Added a sed command to sysvinit in the temp system so that it looks for libcrypt.a in /tools/lib instead of /usr/lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/sysvinit.xml

    r58b3c63 red25565  
    3030    -e "s@/dev/initctl@${LFS}&amp;@g" \
    3131    -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \
     32    -e "s@/usr/lib@/tools/lib@" \
    3233    src/Makefile.orig > src/Makefile</userinput></screen>
    3334
Note: See TracChangeset for help on using the changeset viewer.