Changeset 1f9cde4 for BOOK/temp-system
- Timestamp:
- Dec 2, 2006, 5:25:02 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7c419cd
- Parents:
- e3bbb7d
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/patch.xml
re3bbb7d r1f9cde4 23 23 <title>Installation of Patch</title> 24 24 25 <para os="p1">This patch will add the ability to use DESTDIR:</para> 26 27 <screen os="p2"><userinput>patch -Np1 -i ../&patch-destdir-patch;</userinput></screen> 28 25 29 <para os="a">Prepare Patch for compilation:</para> 26 30 … … 34 38 <para os="e">Install the package:</para> 35 39 36 <screen os="f"><userinput>make install</userinput></screen>40 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 37 41 38 42 </sect2> -
BOOK/temp-system/multilib/patch.xml
re3bbb7d r1f9cde4 22 22 <sect2 role="installation"> 23 23 <title>Installation of Patch</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/patch.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/patch.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.