fix documentation build
authorJason Etheridge <jason@equinoxinitiative.org>
Mon, 28 Jan 2019 02:55:43 +0000 (21:55 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Mon, 28 Jan 2019 02:55:43 +0000 (21:55 -0500)
installer/stretch/eg_stretch_installer.sh

index 7af7c54..3e0a95e 100755 (executable)
@@ -1012,11 +1012,11 @@ function build_the_docs {
     echo _.-~= Building the AsciiDoc output formats
     date
     # build HTML
-    su - opensrf sh -c 'cd /home/opensrf/Evergreen/docs/ ; asciidoc root.adoc ; echo Return Value = $?'
+    su - test sh -c 'cd /home/test/Evergreen/docs/ ; asciidoc root.adoc ; echo Return Value = $?'
     # build PDF
-    su - opensrf sh -c 'cd /home/opensrf/Evergreen/docs/ ; a2x --fop --fop-opts="-q" root.adoc ; echo Return Value = $?'
+    su - test sh -c 'cd /home/test/Evergreen/docs/ ; a2x --fop --fop-opts="-q" root.adoc ; echo Return Value = $?'
     # build EPUB
-    su - opensrf sh -c 'cd /home/opensrf/Evergreen/docs/ ; a2x --no-xmllint --format epub root.adoc ; echo Return Value = $?'
+    su - test sh -c 'cd /home/test/Evergreen/docs/ ; a2x --no-xmllint --format epub root.adoc ; echo Return Value = $?'
 
     echo End of Building the AsciiDoc output formats =~-._
 }