From: Eric Bollengier Date: Thu, 4 Jan 2007 20:40:49 +0000 (+0000) Subject: ebl add cgi copy X-Git-Tag: Release-2.0.1~56 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=604ae0d903d76400487732147d04602bd81ecfa5;p=bacula%2Fbacula ebl add cgi copy git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3924 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/Makefile.PL b/gui/bweb/Makefile.PL index 76d36ce7a0..d0ad8c5ed9 100644 --- a/gui/bweb/Makefile.PL +++ b/gui/bweb/Makefile.PL @@ -1,5 +1,15 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Bweb', + ABSTRACT => "An other Bacula WEB interface", + AUTHOR => "Eric Bollengier ", + NAME => 'Bweb', + INST_BIN => "cgi", + VERSION_FROM => "lib/Bweb.pm", + + # setup your cgi installation + # debian : /usr/lib/cgi-bin/bweb + # redhat/suse : /var/www/cgi-bin/bweb + # + INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb", );