From d20ac3130a006874fc9a10fc94349e034d53c41a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 25 Feb 2007 16:41:53 +0000 Subject: [PATCH] ebl fix sed git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4253 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/install_bweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/install_bweb b/gui/bweb/install_bweb index 501f9b7b50..099312de6c 100755 --- a/gui/bweb/install_bweb +++ b/gui/bweb/install_bweb @@ -42,7 +42,7 @@ fi # Normally you should not need to change the following # # first, copy the bweb perl library into your PERL5 INC path -sed -i "s!/etc/bacula!${CONF_DIR!" lib/Bweb.conf +sed -i "s!/etc/bacula!${CONF_DIR}!" lib/Bweb.conf perl Makefile.PL make install -- 2.39.5