Skip to content

Commit f17253e

Browse files
committed
Added StorPool plugin jar for Debian
the StorPool jar will be included into cloudstack-agent package for Debian/Ubuntu
1 parent 7906a56 commit f17253e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ override_dh_auto_install:
4141
mkdir $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib
4242
install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
4343
install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
44+
install -D plugins/storage/volume/storpool/target/cloud-plugin-storage-volume-storpool-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
4445

4546
install -d -m0755 debian/$(PACKAGE)-agent/lib/systemd/system
4647
install -m0644 packaging/systemd/$(PACKAGE)-agent.service debian/$(PACKAGE)-agent/lib/systemd/system/$(PACKAGE)-agent.service

0 commit comments

Comments
 (0)