On 9/28/18 12:48 PM, Fabian Grünbichler wrote: > they are not needed, the simulator contains its own (simulated) > resources. > > Signed-off-by: Fabian Grünbichler <[email protected]> > --- > 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 >
applied _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
