correct the test for modifying the *.xml.example files
authorphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Sep 2009 13:35:43 +0000 (13:35 +0000)
committerphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Sep 2009 13:35:43 +0000 (13:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1792 9efc2488-bf62-4759-914b-345cdb29e865

src/Makefile.am

index 78bf581..99b2ccd 100644 (file)
@@ -55,7 +55,7 @@ install-exec-local:
        mkdir -p $(SOCK)
 
 install-exec-hook:
-       if [ $(MAYBE_CORE) ]; then sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example' && \
+       if [ "$(MAYBE_CORE)" ]; then sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example' && \
        sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example' && \
        sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example' && \
        sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example' && \