Updated Branches: refs/heads/4.0 af1755508 -> a3e0fe836
fix tab Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a3e0fe83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a3e0fe83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a3e0fe83 Branch: refs/heads/4.0 Commit: a3e0fe83664b3e16a30ecc6e7d06c475b25902f4 Parents: af17555 Author: Edison Su <[email protected]> Authored: Tue Oct 9 13:41:36 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Oct 9 13:41:36 2012 -0700 ---------------------------------------------------------------------- debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a3e0fe83/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index f61a61d..460e5aa 100755 --- a/debian/rules +++ b/debian/rules @@ -82,7 +82,7 @@ install-arch: # debian/tmp. # we put the build number again here, otherwise state checking will cause an almost-full recompile ./waf install --destdir=$(CURDIR)/debian/tmp install --nochown --build-number=$(BUILDNUMBER) - ant deploy-rpm-install -Drpm.install.dir=$(CURDIR)/debian/tmp + ant deploy-rpm-install -Drpm.install.dir=$(CURDIR)/debian/tmp dh_install -s # Must not depend on anything. This is to be called by
