From 5b182a6a605f3993d26a19925e8a5b3748917f72 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 4 Jan 2007 20:17:17 +0000 Subject: [PATCH] ebl do a "perl Makefile.PL ; make install" to install bweb libs git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3923 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gui/bweb/Makefile.PL diff --git a/gui/bweb/Makefile.PL b/gui/bweb/Makefile.PL new file mode 100644 index 0000000000..76d36ce7a0 --- /dev/null +++ b/gui/bweb/Makefile.PL @@ -0,0 +1,5 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Bweb', +); -- 2.39.5