X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FMakefile;h=410d9d8575981ca8953e1ad1746ce59d3ee32bc2;hp=79cafae7df167f89e11b6e2b7dc4647fed5cc56d;hb=66c62938308e21686396338dfefd396a6db0c519;hpb=5bb4e06a6440c8b67e67e14de9e42ba17a966b23 diff --git a/PVE/Makefile b/PVE/Makefile index 79cafae..410d9d8 100644 --- a/PVE/Makefile +++ b/PVE/Makefile @@ -5,4 +5,5 @@ install: make -C Auth install install -D -m 0644 AccessControl.pm ${DESTDIR}${PERLDIR}/PVE/AccessControl.pm install -D -m 0644 RPCEnvironment.pm ${DESTDIR}${PERLDIR}/PVE/RPCEnvironment.pm - make -C API2 install \ No newline at end of file + make -C API2 install + make -C CLI install