]> git.sur5r.net Git - bacula/bacula/commitdiff
install bweb/html/*.html too
authorKern Sibbald <kern@sibbald.com>
Sat, 6 Jan 2007 21:31:07 +0000 (21:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 6 Jan 2007 21:31:07 +0000 (21:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3936 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL
gui/bweb/install_bweb

index b95345a856c5b20c3f0ed435a41806a3929a91b1..6d462256eb95a8011a7f0ae4869dfe01c4221c38 100644 (file)
@@ -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 !
 
index 32da50441dee28a3194a68bf0c557378bcd1ccca..b2df1a52d67345018962526035961216058a3a10 100755 (executable)
@@ -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 !