mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-01-12 09:44:54 +00:00
The code introduces a cyclic package dependency, so we need to move it to pve-manager package.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
|
|
SOURCES= Content.pm Status.pm Config.pm Scan.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done
|