We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bced4c7 commit ff336c3Copy full SHA for ff336c3
1 file changed
debian/rules
@@ -66,7 +66,7 @@ install:
66
mkdir $(DESTDIR)/var/log/$(PACKAGE)/agent
67
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent
68
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent/plugins
69
- 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
70
install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
71
install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
72
install -D packaging/debian/init/cloud-agent $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-agent
0 commit comments