comparison makeWeb.sh @ 402:f7dbde7c9661

Fix command error linking MP3s into transposed directory.
author Jim Hague <jim.hague@acm.org>
date Mon, 02 Sep 2013 12:34:58 +0100
parents f1c4abe4fc75
children 1fa67fce807f
comparison
equal deleted inserted replaced
400:f1c4abe4fc75 402:f7dbde7c9661
133 # master page in a desperate attempt to make IE8 work. 133 # master page in a desperate attempt to make IE8 work.
134 # The Jenkins archive will dereference the soft link, it seems, 134 # The Jenkins archive will dereference the soft link, it seems,
135 # but I guess I can live with copies of the MP3 for now. 135 # but I guess I can live with copies of the MP3 for now.
136 if [ "$booke" != "$masterbooke" ]; then 136 if [ "$booke" != "$masterbooke" ]; then
137 pushd ${webdir} > /dev/null 137 pushd ${webdir} > /dev/null
138 ln -f -s ../${masterbooke}/*${name}.mp3 138 ln -f -s ../${masterbooke}/*${name}.mp3 .
139 popd > /dev/null 139 popd > /dev/null
140 fi 140 fi
141 141
142 # Generate the tune web page. 142 # Generate the tune web page.
143 tunepage=${name}.html 143 tunepage=${name}.html