From: Eric Bollengier Date: Thu, 30 Oct 2008 21:10:07 +0000 (+0000) Subject: ebl fix tpl path X-Git-Tag: Release-3.0.0~659 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8c44cd92d814c204cb953f6dd6b5bf86b3f2440;p=bacula%2Fbacula ebl fix tpl path git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7954 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/install_bweb b/gui/bweb/install_bweb index 6ad125bb39..ec4fbdfb18 100755 --- a/gui/bweb/install_bweb +++ b/gui/bweb/install_bweb @@ -107,9 +107,9 @@ chown ${HTTP_USER} ${CONF_DIR}/bweb.conf if [ ! -d ${SHARE_DIR}/bweb/tpl/en ] ; then mkdir -p ${SHARE_DIR}/bweb/tpl/{en,fr,es} fi -install -m 644 -o root -g root lang/tpl/en/*.tpl ${SHARE_DIR}/bweb/tpl/en -install -m 644 -o root -g root lang/tpl/es/*.tpl ${SHARE_DIR}/bweb/tpl/es -install -m 644 -o root -g root lang/tpl/fr/*.tpl ${SHARE_DIR}/bweb/tpl/fr +install -m 644 -o root -g root lang/en/tpl/*.tpl ${SHARE_DIR}/bweb/tpl/en +install -m 644 -o root -g root lang/es/tpl/*.tpl ${SHARE_DIR}/bweb/tpl/es +install -m 644 -o root -g root lang/fr/tpl/*.tpl ${SHARE_DIR}/bweb/tpl/fr # copy the bweb graphics elements (bweb elements must reside in /bweb) if [ ! -d ${WEB_DIR}/bweb ] ; then