You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/07 20:30:40 UTC

[15/27] git commit: updated refs/heads/ui-restyle to 205f22b

Fix typo


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

Branch: refs/heads/ui-restyle
Commit: ff336c3e9c6029496b33ab7906eb47a40aeaafd8
Parents: bced4c7
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Sat Oct 5 01:11:55 2013 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Sat Oct 5 01:12:16 2013 +0200

----------------------------------------------------------------------
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ff336c3e/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 57f8704..4edf893 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ 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) $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
+	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