[Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. Useful for those non binary distributions.

2011-03-01 Thread ultrabug
diff --git a/Makefile.am b/Makefile.am index 0d9d740..45a72c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,10 @@ if BUILD_LINUX_HA endif if BUILD_RGMANAGER $(INSTALL) -d $(DESTDIR)/$(LOGDIR) + $(LN_S) ../../lib/heartbeat/ocf-binaries $(DESTDIR)${OCF_RA_DIR}/heartbeat/.oc

[Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. Useful for those non binary distributions.

2011-03-01 Thread Ultrabug
diff --git a/Makefile.am b/Makefile.am index 0d9d740..45a72c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,10 @@ if BUILD_LINUX_HA endif if BUILD_RGMANAGER $(INSTALL) -d $(DESTDIR)/$(LOGDIR) + $(LN_S) ../../lib/heartbeat/ocf-binaries $(DESTDIR)${OCF_RA_DIR}/heartbeat/.oc