Comment on soft link creation. Jenkins archive will dereference them.

Bloody IE8. I will think about whether to just dump player functions on
all non-HTML5.
This commit is contained in:
Jim Hague 2013-08-30 23:59:41 +01:00
parent c2af067596
commit c7a6b849fe
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ find $bookedir -name "*.abc" | sort |
# If we are not the master booke, link the mp3 in from the # If we are not the master booke, link the mp3 in from the
# master page in a desperate attempt to make IE8 work. # master page in a desperate attempt to make IE8 work.
# The Jenkins archive will dereference the soft link, it seems,
# but I guess I can live with copies of the MP3 for now.
if [ "$booke" != "$masterbooke" ]; then if [ "$booke" != "$masterbooke" ]; then
ln -s -r ${masterwebdir}/${name}.mp3 ${webdir} ln -s -r ${masterwebdir}/${name}.mp3 ${webdir}
fi fi