eclair: Support different versions of ECLAIR

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Id0018442f9761dd5567ab8aaa68aaaf8cc4a6e99
diff --git a/eclair/utils.sh b/eclair/utils.sh
index 790081e..84efeb1 100644
--- a/eclair/utils.sh
+++ b/eclair/utils.sh
@@ -64,7 +64,7 @@
     dir=$1
     mkdir -p $dir/lib
 
-    cp -r /opt/bugseng/eclair-3.12.0/lib/html $dir/lib
+    cp -r /opt/bugseng/eclair/lib/html $dir/lib
 
     ${_ECLAIR_UTILS_DIR}/relativize_urls.py $dir
 }