]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Makefile
zfspool: add zfs_get_sorted_snapshot_list helper
[pve-storage.git] / PVE / Makefile
index ae2bd35efce19e0d1dc1a0e8b73ad00679502b64..ec7818edb88c232f549203fe92dcc9a34affd7b3 100644 (file)
@@ -4,6 +4,7 @@
 install:
        install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
        install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
+       install -D -m 0644 CephConfig.pm ${DESTDIR}${PERLDIR}/PVE/CephConfig.pm
        make -C Storage install
        make -C API2 install
        make -C CLI install