Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGrid Digitale Bibliothek
Commits
8d117947
Commit
8d117947
authored
May 29, 2015
by
thorsten.vitt
Browse files
workflow: Adjusted finding images for Literatur
fixes #14155
parent
f7ab5880
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow.sh
View file @
8d117947
...
...
@@ -239,8 +239,8 @@ collect-images() {
find
$dir
-name
'*.png.meta'
-or
-name
'*.jpg.meta'
|
while
read
meta
do
img_name
=
$(
basename
$meta
.meta
)
img_source
=
"
$idir
/
$enz
/Images/
$img_name
"
img_source_orig
=
"
$idir
/
$enz
/Images original/
$img_name
"
img_source
=
"
$idir
/
Literatur
/Images/
$img_name
"
img_source_orig
=
"
$idir
/
Literatur
/Images original/
$img_name
"
if
[
-r
"
$img_source_orig
"
]
then
ln
-s
"
$img_source_orig
"
"
${
meta
%.meta
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment