File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ override_dh_auto_install:
4444 install -D plugins/hypervisors/kvm/target/dependencies/* $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
4545 install -D plugins/storage/volume/storpool/target/cloud-plugin-storage-volume-storpool-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
4646 install -D plugins/storage/volume/linstor/target/cloud-plugin-storage-volume-linstor-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
47+ install -D plugins/storage/volume/ontap/target/cloud-plugin-storage-volume-ontap-$(VERSION).jar $(DESTDIR)/usr/share/$(PACKAGE)-agent/lib/
4748
4849 install -d -m0755 debian/$(PACKAGE)-agent/lib/systemd/system
4950 install -m0644 packaging/systemd/$(PACKAGE)-agent.service debian/$(PACKAGE)-agent/lib/systemd/system/$(PACKAGE)-agent.service
Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-%{_maventa
370370cp plugins/hypervisors/kvm/target/dependencies/* ${RPM_BUILD_ROOT}%{_datadir }/%{name }-agent/lib
371371cp plugins/storage/volume/storpool/target/*.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-agent/lib
372372cp plugins/storage/volume/linstor/target/*.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-agent/lib
373+ cp plugins/storage/volume/ontap/target/*.jar ${RPM_BUILD_ROOT}%{_datadir }/%{name }-agent/lib
373374
374375# Usage server
375376mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir }/%{name }/usage
You can’t perform that action at this time.
0 commit comments