Symlink osrf_control to opensrf-perl.pl to act as the replacement for
osrf_ctl.sh. I chose "osrf_control" since it matches more closely to
"osrf_config" -- also it's probably less confusing than calling it
osrf_ctl, which would likely get confused w/ osrf_ctl.sh
TODO: documentation
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
done; \
fi
cp -r @srcdir@/javascript/* $(DESTDIR)$(jsdir)/
+ if [ ! -e @bindir@/osrf_control ]; then \
+ ln -s @bindir@/opensrf-perl.pl @bindir@/osrf_control; \
+ fi
uninstall-hook:
rm -f @includedir@/opensrf/apachetools.h