X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1d6189b13aae7df052fefbeb23d4d5d61f2141ce;hb=02651425d91b6dc79326306f5556d215f49d48c4;hp=b52be6d2ce8c2074118168bc93facafc38ee26c6;hpb=cf2063d4e1c8ec775045b6a42b7eab39051d7049;p=pve-manager.git diff --git a/Makefile b/Makefile index b52be6d2..1d6189b1 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ install: vzdump-hook-script.pl install -d ${DESTDIR}/var/lib/vz/images install -d ${DESTDIR}/var/lib/vz/template/cache install -d ${DESTDIR}/var/lib/vz/template/iso - install -d ${DESTDIR}/var/lib/vz/template/qemu install -m 0644 vzdump-hook-script.pl ${DOCDIR}/examples/vzdump-hook-script.pl install -m 0644 spice-example-sh ${DOCDIR}/examples/spice-example-sh set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done