Changeset 7c10aba for BOOK/boot/common
- Timestamp:
- Sep 21, 2007, 9:41:56 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cd115ff
- Parents:
- e27e35f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/e2fsprogs.xml
re27e35f r7c10aba 62 62 <para os="h">Install the binaries, documentation and shared libraries:</para> 63 63 64 <screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 65 66 <variablelist os="j"> 67 <title>The meaning of the make option:</title> 68 69 <varlistentry> 70 <term><parameter>DESTDIR=${CLFS}</parameter></term> 71 <listitem> 72 <para>The Makefile for e2fsprogs hard-codes a path to the 73 <filename>mke2fs.conf</filename> file, attempting to install it into 74 ${DESTDIR}/etc, causing the installation to fail as it tries to write 75 to /etc. The DESTDIR parameter prevents this.</para> 76 </listitem> 77 </varlistentry> 78 </variablelist> 64 <screen os="i"><userinput>make install</userinput></screen> 79 65 80 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.