mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-01-09 22:25:31 +00:00
since those are now defined in pve-manager Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
7 lines
163 B
Makefile
7 lines
163 B
Makefile
|
|
SOURCES= Content.pm Status.pm Config.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done
|