projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35d125
)
LP#1967770: Followup fix for cover image directories
author
Mike Rylander
<mrylander@gmail.com>
Fri, 8 Apr 2022 15:10:35 +0000
(11:10 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/autogen.sh
b/Open-ILS/src/extras/autogen.sh
index
90f6da2
..
9e432d0
100755
(executable)
--- a/
Open-ILS/src/extras/autogen.sh
+++ b/
Open-ILS/src/extras/autogen.sh
@@
-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