Changeset 7bbfad2 for BOOK/boot/common
- Timestamp:
- Jul 20, 2009, 3:41:40 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 50b5ec6c
- Parents:
- b2d50f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/util-linux-ng.xml
rb2d50f5 r7bbfad2 43 43 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 44 45 <para os="i">Copy Libraries and includes to /tools:</para> 46 47 <screen os="j"><userinput>rm -f ${CLFS}/usr/lib/lib{blkid,uuid}.la 48 cp -v ${CLFS}/usr/lib/lib{blkid,uuid}* /tools/lib 49 cp -v ${CLFS}/lib/lib{blkid,uuid}* /tools/lib 50 ln -sfv libblkid.so.&util-linux-ng-blkid-id; /tools/lib/libblkid.so 51 ln -sfv libuuid.so.&util-linux-ng-uuid-id; /tools/lib/libuuid.so 52 install -dv /tools/include/{blkid,uuid} 53 cp -arv ${CLFS}/usr/include/blkid/* /tools/include/blkid/ 54 cp -arv ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen> 55 45 56 </sect2> 46 57
Note:
See TracChangeset
for help on using the changeset viewer.