From b85880dc23465ea3cf6e32bbd423d3d2931dfc83 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 10 Mar 2008 14:06:52 +0000 Subject: [PATCH] ebl Fix install notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6575 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index 587a413a41..8a54949b6a 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -50,7 +50,7 @@ Bweb works well with 1.39 release or later. # copy the bweb template file mkdir -p /usr/share/bweb/tpl/en - install -m 644 -o root -g root bweb/lang/tpl/en/*.tpl /usr/share/bweb/tpl/en + install -m 644 -o root -g root bweb/lang/en/tpl/*.tpl /usr/share/bweb/tpl/en # copy the bweb graphics elements (bweb elements must reside in /bweb) mkdir /var/www/bweb -- 2.39.5