Test Followup: Fix Jacket Dir in autogen.sh
authorJason Boyer <JBoyer@equinoxOLI.org>
Thu, 21 Apr 2022 11:50:17 +0000 (07:50 -0400)
committerJason Boyer <JBoyer@equinoxOLI.org>
Thu, 21 Apr 2022 11:50:17 +0000 (07:50 -0400)
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

Open-ILS/src/extras/autogen.sh

index 9e432d0..176e1da 100755 (executable)
@@ -24,7 +24,7 @@ set -u
 JSDIR="LOCALSTATEDIR/web/opac/common/js"
 FMDOJODIR="LOCALSTATEDIR/web/js/dojo/fieldmapper"
 SLIMPACDIR="LOCALSTATEDIR/web/opac/extras/slimpac"
-COVERDIR="LOCALSTATEDIR/web/opac/extras/ac"
+COVERDIR="LOCALSTATEDIR/web/opac/extras/ac/jacket"
 
 # ---------------------------------------------------------------------------
 # Make sure we're not root and are able to write to the destination directory