diff --git a/jhove-bbt/scripts/create-1.29-target.sh b/jhove-bbt/scripts/create-1.29-target.sh index 2939733f7..d7d4dc2f7 100755 --- a/jhove-bbt/scripts/create-1.29-target.sh +++ b/jhove-bbt/scripts/create-1.29-target.sh @@ -55,3 +55,6 @@ echo "TEST BASELINE: Creating baseline" # Simply copy baseline for now we're not making any changes echo " - copying ${baselineRoot} baseline to ${targetRoot}" cp -R "${baselineRoot}" "${targetRoot}" + +# Update release details for ePub module +find "${targetRoot}" -type f -name "audit.jhove.xml" -exec sed -i 's/^ EPUB-ptc<\/module>$/ EPUB-ptc<\/module>/' {} \;