From 9ca508b6d7e4461888378d823f68bdc9e14c4b55 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 17 Jul 2008 19:43:42 +0000 Subject: [PATCH] Cheap hack to enable kbeswick's cheap hack to get opensrf-c automake probably gives us a better way to do this, but hyphens are pesky git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1368 9efc2488-bf62-4759-914b-345cdb29e865 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f16796e..95e7c53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ install-exec-local: mkdir -p $(perldir) install-data-hook: - ln -s $(BINDIR)/opensrf $(BINDIR)/opensrf-c + ln -sf $(BINDIR)/opensrf $(BINDIR)/opensrf-c sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(ETCDIR)/opensrf.xml.example' sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(ETCDIR)/opensrf.xml.example' sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(ETCDIR)/opensrf_core.xml.example' -- 2.11.0