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

[46/50] [abbrv] git commit: updated refs/heads/vmsync to aaa16af

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/91edeb49
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/91edeb49
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/91edeb49

Branch: refs/heads/vmsync
Commit: 91edeb49dde411d0e0ec2ea0975c4e254b5bab91
Parents: c30d9be
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:33:44 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/91edeb49/docs/en-US/build-rpm.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml
index 7caf924..100a06f 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>