mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-01-13 19:09:44 +00:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
|
|
make -C Storage install
|