Changeset 3eeef443 for BOOK/final-system/common
- Timestamp:
- Jan 8, 2011, 5:48:06 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f42e5c1
- Parents:
- ecc1136
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/man.xml
recc1136 r3eeef443 29 29 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen> 31 32 <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>33 34 <screen os="p4"><userinput>patch -Np1 -i ../&man-new_compressors-patch;</userinput></screen>35 31 36 32 <para os="a">A few adjustments need to be made to the sources of Man.</para> -
BOOK/final-system/common/tar.xml
recc1136 r3eeef443 32 32 <para os="a">Prepare Tar for compilation:</para> 33 33 34 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> 34 <screen os="b"><userinput>FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \ 35 --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> 35 36 36 37 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.