]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Makefile
followup: try to be a bit more like systemd-escape
[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 make -C Storage install
7 make -C Disks install