Updated Branches:
  refs/heads/master bced4c7e8 -> ff336c3e9

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/master
Commit: ff336c3e9c6029496b33ab7906eb47a40aeaafd8
Parents: bced4c7
Author: Hugo Trippaers <htrippa...@schubergphilis.com>
Authored: Sat Oct 5 01:11:55 2013 +0200
Committer: Hugo Trippaers <htrippa...@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

Reply via email to