]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Makefile
621221d1fa7b1b1500fb5175f1e6e4fe5cee596d
[pve-storage.git] / PVE / API2 / Makefile
1
2
3 .PHONY: install
4 install:
5 install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
6 install -D -m 0644 StorageReplication.pm ${DESTDIR}${PERLDIR}/PVE/API2/StorageReplication.pm
7 make -C Storage install