Changeset 7a47cec in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Jun 9, 2006, 8:57:43 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
2ad9b71
Parents:
b16b4dc
Message:

r3906@server (orig r1757): jciccone | 2006-06-09 17:11:23 -0700
2 command fixes

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    rb16b4dc r7a47cec  
    4242    that the new location gets placed into the script:</para>
    4343
    44 <screen os="d"><userinput>cp gzexe.in{,.orig}
     44<screen os="d"><userinput>chmod +w gzexe.in
     45cp gzexe.in{,.orig}
    4546sed 's@"BINDIR"@/bin@g' gzexe.in.orig &gt; gzexe.in</userinput></screen>
    4647
  • BOOK/final-system/common/util-linux.xml

    rb16b4dc r7a47cec  
    3737sed 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    3838    hwclock/hwclock.c.orig &gt; hwclock/hwclock.c
    39 mkdir -pv /var/lib/hwclock</userinput></screen>
     39mkdir -pv ${LFS}/var/lib/hwclock</userinput></screen>
    4040
    4141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.