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/aa9ccf73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/aa9ccf73 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/aa9ccf73 Branch: refs/heads/javelin Commit: aa9ccf73022412a7edba7bf266bbbc5ef86add53 Parents: db2033d Author: radhikap <[email protected]> Authored: Wed Dec 19 10:05:28 2012 +0530 Committer: Joe Brockmeier <[email protected]> Committed: Tue Jan 8 15:04:19 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/aa9ccf73/docs/en-US/build-deb.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/build-deb.xml b/docs/en-US/build-deb.xml index deee3ce..37e5a7d 100644 --- a/docs/en-US/build-deb.xml +++ b/docs/en-US/build-deb.xml @@ -110,7 +110,7 @@ cloud-utils_4.0.0-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>
