]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Makefile
allow snippets by default for new dir storages
[pve-storage.git] / PVE / API2 / Makefile
index e3ccdc1029dddaa88132cf91c80268879ca9fbde..fe316c5240f2e5e502c537632981f06e101845ee 100644 (file)
@@ -2,4 +2,6 @@
 
 .PHONY: install
 install:
-       make -C Storage install
\ No newline at end of file
+       install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
+       make -C Storage install
+       make -C Disks install