]> git.proxmox.com Git - pve-storage.git/blame - PVE/API2/Storage/Makefile
api: storage/content: add ctime to return schema
[pve-storage.git] / PVE / API2 / Storage / Makefile
CommitLineData
b6cf0a66 1
a0965edd 2SOURCES= Content.pm Status.pm Config.pm
b6cf0a66
DM
3
4.PHONY: install
5install:
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done