From: Kern Sibbald Date: Sat, 6 Jan 2007 21:31:07 +0000 (+0000) Subject: install bweb/html/*.html too X-Git-Tag: Release-2.0.1~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b091c5c7a07cd9781d2344a9abeb81f09cb42247;p=bacula%2Fbacula install bweb/html/*.html too git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3936 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index b95345a856..6d462256eb 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -45,7 +45,7 @@ Bweb works well with 1.39 release or later. # copy the bweb graphics elements (bweb elements must reside in /bweb) mkdir /var/www/bweb - install -m 644 -o root -g root bweb/html/*.{js,png,css,gif,ico} /var/www/bweb + install -m 644 -o root -g root bweb/html/*.{js,png,css,gif,ico,html} /var/www/bweb # done ! diff --git a/gui/bweb/install_bweb b/gui/bweb/install_bweb index 32da50441d..b2df1a52d6 100755 --- a/gui/bweb/install_bweb +++ b/gui/bweb/install_bweb @@ -95,6 +95,6 @@ install -m 644 -o root -g root tpl/*.tpl ${SHARE_DIR}/bweb/tpl if [ ! -d ${WEB_DIR} ] ; then mkdir ${WEB_DIR}/bweb fi -install -m 644 -o root -g root html/*.{js,png,css,gif,ico} ${WEB_DIR}/bweb +install -m 644 -o root -g root html/*.{js,png,css,gif,ico,html} ${WEB_DIR}/bweb # done !