release-notes/en Kernel-en.xml,1.5,1.6

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Thu Feb 16 19:20:37 UTC 2006


Author: kwade

Update of /cvs/docs/release-notes/en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14070

Modified Files:
	Kernel-en.xml 
Log Message:
Band-aid for bz #181808; next time this is dumped from the Wiki, we need to check it to be sure the commands appear correctly.


Index: Kernel-en.xml
===================================================================
RCS file: /cvs/docs/release-notes/en/Kernel-en.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Kernel-en.xml	13 Feb 2006 04:10:24 -0000	1.5
+++ Kernel-en.xml	16 Feb 2006 19:20:30 -0000	1.6
@@ -84,7 +84,10 @@
           <screen>rpm -Uvh kernel-<version>.src.rpm`</screen>
       <para>This writes the RPM contents into <command>/usr/src/redhat/SOURCES</command> and <command>/usr/src/redhat/SPECS</command>. </para>
       <para>3. Prepare the kernel sources using the commands: </para>
-          <screen>cd /usr/src/redhat/SPECSrpmbuild -bp --target $(arch) kernel-2.6.spec</screen>
+      <screen>
+	cd /usr/src/redhat/SPECS
+	rpmbuild -bp --target $(arch) kernel-2.6.spec
+      </screen>
       <para>The kernel source tree is then located in the <command>/usr/src/redhat/BUILD/kernel-<version>/</command> directory. It is common practice to move the resulting linux-<version> directory to the <command>/usr/src/</command> tree; while not strictly necessary, do this to match the generally-available documentation. </para>
           <screen>
 <command>cd /usr/src/redhat/BUILD/kernel-<version>




More information about the Fedora-docs-commits mailing list