You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/06/10 01:34:29 UTC

[2/2] git commit: updated refs/heads/4.1 to 39e4fb9

CLOUDSTACK-2912 - adding cd command to rpm build instructions


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39e4fb90
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/39e4fb90
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/39e4fb90

Branch: refs/heads/4.1
Commit: 39e4fb905df7bdd6a8e115482c263a5ec0c3df1e
Parents: 2dc25df
Author: Ron Wheeler <rw...@artifact-software.com>
Authored: Sun Jun 9 19:31:02 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Sun Jun 9 19:34:19 2013 -0400

----------------------------------------------------------------------
 docs/en-US/build-rpm.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39e4fb90/docs/en-US/build-rpm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml
index 0916a55..45ff418 100644
--- a/docs/en-US/build-rpm.xml
+++ b/docs/en-US/build-rpm.xml
@@ -48,6 +48,7 @@ under the License.
     <section id="generating-rpms">
         <title>Generating RPMS</title>
         <para>Now that we have the prerequisites and source, you will cd to the <filename>packaging/centos63/</filename> directory.</para>
+            <programlisting><prompt>$</prompt> cd packaging/centos63</programlisting>
         <para>Generating RPMs is done using the <filename>package.sh</filename> script: 
             <programlisting><prompt>$</prompt>./package.sh</programlisting>
         </para>