[pve-devel] [PATCH ha-manager 06/12] sim: don't install real resources

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Sep 28 12:48:53 CEST 2018


they are not needed, the simulator contains its own (simulated)
resources.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
note: this patch is redundant since we switch to a single install target
and debian/*.install files per package in a later patch

 src/PVE/HA/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/HA/Makefile b/src/PVE/HA/Makefile
index 436198f..8b40776 100644
--- a/src/PVE/HA/Makefile
+++ b/src/PVE/HA/Makefile
@@ -12,5 +12,4 @@ install:
 installsim:
 	install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/HA
 	for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/HA/$$i; done
-	make -C Resources installsim
 	make -C Sim installsim
-- 
2.19.0





More information about the pve-devel mailing list