]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Makefile
renamed: PVE/API2/StorageReplication.pm -> PVE/API2/Storage/Replication.pm
[pve-storage.git] / PVE / API2 / Makefile
index e3ccdc1029dddaa88132cf91c80268879ca9fbde..7b7226e25592bb5d1f7bdb8183a9660681d6e6e2 100644 (file)
@@ -2,4 +2,5 @@
 
 .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