]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Jan 2007 20:57:18 +0000 (20:57 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Jan 2007 20:57:18 +0000 (20:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3925 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/MANIFEST [new file with mode: 0644]
gui/bweb/Makefile.PL

diff --git a/gui/bweb/MANIFEST b/gui/bweb/MANIFEST
new file mode 100644 (file)
index 0000000..8c0eecd
--- /dev/null
@@ -0,0 +1,7 @@
+lib/Bweb.pm
+lib/Bconsole.pm
+lib/CCircle.pm
+Makefile.PL
+INSTALL
+COPYING
+MANIFEST
index d0ad8c5ed9e24360e98f260b54348affff2b7be6..ee1e25114d433d3a138955eb5e8f6edcd44c818d 100644 (file)
@@ -4,12 +4,12 @@ WriteMakefile(
  ABSTRACT => "An other Bacula WEB interface",
  AUTHOR   => "Eric Bollengier <eric@eb.homelinux.org>",
  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",
 );