You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2013/10/04 15:02:45 UTC

git commit: updated refs/heads/4.2 to aca5f7c

Updated Branches:
  refs/heads/4.2 acf5ad5bf -> aca5f7c57


Forgot a bit


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

Branch: refs/heads/4.2
Commit: aca5f7c57a2fe32126684fb08d0da1f67216462b
Parents: acf5ad5
Author: Hugo Trippaers <tr...@gmail.com>
Authored: Fri Oct 4 15:02:19 2013 +0200
Committer: Hugo Trippaers <tr...@gmail.com>
Committed: Fri Oct 4 15:02:19 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aca5f7c5/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 4d50407..4edf893 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,8 +66,8 @@ install:
 	mkdir $(DESTDIR)/var/log/$(PACKAGE)/agent
 	mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent
 	mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent/plugins
-	install -D agent/target/cloud-agent-$(VERSION)$(MVNADD)-SNAPSHOT.jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
-	install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION)$(MVNADD)-SNAPSHOT.jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
+	install -D agent/target/cloud-agent-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
+	install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
 	install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
 	install -D packaging/debian/init/cloud-agent $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-agent
 	install -D agent/target/transformed/cloud-setup-agent $(DESTDIR)/usr/bin/cloudstack-setup-agent