[Opensrf-commits] r1368 - trunk/src
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 17 15:43:45 EDT 2008
Author: dbs
Date: 2008-07-17 15:43:42 -0400 (Thu, 17 Jul 2008)
New Revision: 1368
Modified:
trunk/src/Makefile.am
Log:
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
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-07-17 18:15:09 UTC (rev 1367)
+++ trunk/src/Makefile.am 2008-07-17 19:43:42 UTC (rev 1368)
@@ -58,7 +58,7 @@
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'
More information about the opensrf-commits
mailing list