Updated Branches: refs/heads/4.1 2dc25df62 -> 39e4fb905 refs/heads/master c30d9be3c -> 91edeb49d
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/master Commit: 91edeb49dde411d0e0ec2ea0975c4e254b5bab91 Parents: c30d9be Author: Ron Wheeler <[email protected]> Authored: Sun Jun 9 19:31:02 2013 -0400 Committer: David Nalley <[email protected]> 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>
