Changeset 288217a9


Ignore:
Timestamp:
Feb 21, 2006, 2:13:44 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e7e4f53
Parents:
94de50d
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
  • boot/common/sysvinit.xml

    r94de50d r288217a9  
    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.