LGTM, thanks.
On Fri, Sep 20, 2013 at 2:25 PM, Klaus Aehlig <[email protected]> wrote: > In this way, with default configuration options, running > make install twice in a row succeeds. Fixes issue 567. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 1db2456..10c0dd1 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -2316,8 +2316,8 @@ install-exec-local: > $(LN_S) -f $(defaultversiondir)$(libdir)/ganeti/$$prog > $(DESTDIR)$(libdir)/ganeti/$$prog; \ > done > if INSTALL_SYMLINKS > - $(LN_S) $(versionedsharedir) $(DESTDIR)$(sysconfdir)/ganeti/share > - $(LN_S) $(versiondir) $(DESTDIR)$(sysconfdir)/ganeti/lib > + $(LN_S) -f $(versionedsharedir) > $(DESTDIR)$(sysconfdir)/ganeti/share > + $(LN_S) -f $(versiondir) $(DESTDIR)$(sysconfdir)/ganeti/lib > endif > > .PHONY: apidoc > -- > 1.8.4 > > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
