diff 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
line wrap: on
line diff
--- a/makeWeb.sh	Mon Sep 02 11:48:16 2013 +0100
+++ b/makeWeb.sh	Mon Sep 02 12:34:58 2013 +0100
@@ -135,7 +135,7 @@
         # but I guess I can live with copies of the MP3 for now.
         if [ "$booke" != "$masterbooke" ]; then
             pushd ${webdir} > /dev/null
-            ln -f -s ../${masterbooke}/*${name}.mp3
+            ln -f -s ../${masterbooke}/*${name}.mp3 .
             popd > /dev/null
         fi