Changeset 7a47cec in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jun 9, 2006, 8:57:43 PM (18 years ago)
- Branches:
- master
- Children:
- 2ad9b71
- Parents:
- b16b4dc
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
rb16b4dc r7a47cec 42 42 that the new location gets placed into the script:</para> 43 43 44 <screen os="d"><userinput>cp gzexe.in{,.orig} 44 <screen os="d"><userinput>chmod +w gzexe.in 45 cp gzexe.in{,.orig} 45 46 sed 's@"BINDIR"@/bin@g' gzexe.in.orig > gzexe.in</userinput></screen> 46 47 -
BOOK/final-system/common/util-linux.xml
rb16b4dc r7a47cec 37 37 sed 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 38 38 hwclock/hwclock.c.orig > hwclock/hwclock.c 39 mkdir -pv /var/lib/hwclock</userinput></screen>39 mkdir -pv ${LFS}/var/lib/hwclock</userinput></screen> 40 40 41 41 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.