LP#1967770: Followup fix for cover image directories
authorMike Rylander <mrylander@gmail.com>
Fri, 8 Apr 2022 15:10:35 +0000 (11:10 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 8 Apr 2022 15:10:35 +0000 (11:10 -0400)
In the initial fix we checked for the top level cover image location and
error out if it's not there, but this is unnecessary since it will be
created if it doesn't yet exist.

Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/src/extras/autogen.sh

index 90f6da2..9e432d0 100755 (executable)
@@ -77,7 +77,7 @@ function check_files_writable {
 OHNO=0
 
 # Verify we're able to write everywhere we need
-for DIR in "$JSDIR" "$FMDOJODIR" "$SLIMPACDIR" "$COVERDIR"
+for DIR in "$JSDIR" "$FMDOJODIR" "$SLIMPACDIR"
 do
     check_dir_writable "$DIR"
 done