From 78b4f8b9df87ec5793a17e7a509f3f73eab06944 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 4 Jan 2007 20:57:18 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3925 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/MANIFEST | 7 +++++++ gui/bweb/Makefile.PL | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 gui/bweb/MANIFEST 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", ); -- 2.39.2