From b091c5c7a07cd9781d2344a9abeb81f09cb42247 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 6 Jan 2007 21:31:07 +0000 Subject: [PATCH] install bweb/html/*.html too git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3936 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 2 +- gui/bweb/install_bweb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ! -- 2.39.5