]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix tpl path
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Oct 2008 21:10:07 +0000 (21:10 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Oct 2008 21:10:07 +0000 (21:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7954 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/install_bweb

index 6ad125bb394a6abb3488da84c6a4811b52ef9ff2..ec4fbdfb18c3280aa129b69f8c9e8bbc16ebeba1 100755 (executable)
@@ -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