From: Eric Bollengier Date: Thu, 4 Jan 2007 20:57:18 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-2.0.1~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78b4f8b9df87ec5793a17e7a509f3f73eab06944;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3925 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/MANIFEST b/gui/bweb/MANIFEST new file mode 100644 index 0000000000..8c0eecd02e --- /dev/null +++ b/gui/bweb/MANIFEST @@ -0,0 +1,7 @@ +lib/Bweb.pm +lib/Bconsole.pm +lib/CCircle.pm +Makefile.PL +INSTALL +COPYING +MANIFEST diff --git a/gui/bweb/Makefile.PL b/gui/bweb/Makefile.PL index d0ad8c5ed9..ee1e25114d 100644 --- a/gui/bweb/Makefile.PL +++ b/gui/bweb/Makefile.PL @@ -4,12 +4,12 @@ WriteMakefile( ABSTRACT => "An other Bacula WEB interface", AUTHOR => "Eric Bollengier ", NAME => 'Bweb', - INST_BIN => "cgi", - VERSION_FROM => "lib/Bweb.pm", + VERSION => "lib/Bweb.pm", + #INST_BIN => "cgi", # setup your cgi installation # debian : /usr/lib/cgi-bin/bweb # redhat/suse : /var/www/cgi-bin/bweb # - INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb", + #INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb", );