Updated Branches: refs/heads/4.0 f55a9f384 -> 3b5ca331a
fix for CLOUDSTACK-481 Signed-off-by: radhikap <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3b5ca331 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3b5ca331 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3b5ca331 Branch: refs/heads/4.0 Commit: 3b5ca331acb2b5a1de0499a6e5b5a90c31238d2f Parents: f55a9f3 Author: radhikap <[email protected]> Authored: Wed Dec 19 10:05:28 2012 +0530 Committer: Joe Brockmeier <[email protected]> Committed: Tue Jan 8 15:09:17 2013 -0600 ---------------------------------------------------------------------- docs/en-US/build-deb.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3b5ca331/docs/en-US/build-deb.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml index 2672123..2bcb1c5 100644 --- a/docs/en-US/build-deb.xml +++ b/docs/en-US/build-deb.xml @@ -110,7 +110,7 @@ cloud-utils_4.0.1-incubating_amd64.deb create <filename>/etc/apt/sources.list.d/cloudstack.list</filename> with this line:</para> - <programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary/</programlisting> + <programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary ./</programlisting> <para>Now that you have the repository info in place, you'll want to run another update so that APT knows where to find the &PRODUCT; packages.</para>
