You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/04/03 17:19:51 UTC

git commit: updated refs/heads/master to 8ff24fc

Updated Branches:
  refs/heads/master fa1e9a24a -> 8ff24fcb1


debian: Copy the SystemVM ISO from a different location


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8ff24fcb
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8ff24fcb
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8ff24fcb

Branch: refs/heads/master
Commit: 8ff24fcb18a3b93b291a4cf01a3fd5cf547b7328
Parents: fa1e9a2
Author: Wido den Hollander <wi...@42on.com>
Authored: Wed Apr 3 17:07:00 2013 +0200
Committer: Wido den Hollander <wi...@42on.com>
Committed: Wed Apr 3 17:07:00 2013 +0200

----------------------------------------------------------------------
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8ff24fcb/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 55496e4..2cf0376 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,7 +125,7 @@ install:
 	install -D client/target/utilities/bin/cloud-set-guest-sshkey $(DESTDIR)/usr/bin
 	install -D client/target/utilities/bin/cloud-setup-databases $(DESTDIR)/usr/bin
 	install -D client/target/utilities/bin/cloud-setup-management $(DESTDIR)/usr/bin
-	install -D client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
+	install -D services/console-proxy/server/dist/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
 	# We need jasypt for cloud-install-sys-tmplt, so this is a nasty hack to get it into the right place
 	install -D agent/target/dependencies/jasypt-1.9.0.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib