Skip to content

Commit ff336c3

Browse files
committed
Fix typo
1 parent bced4c7 commit ff336c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ install:
6666
mkdir $(DESTDIR)/var/log/$(PACKAGE)/agent
6767
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent
6868
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
69+
install -D agent/target/cloud-agent-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/$(PACKAGE)-agent.jar
7070
install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION)$(MVNADD).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
7171
install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
7272
install -D packaging/debian/init/cloud-agent $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-agent

0 commit comments

Comments
 (0)