]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/html-install.in
Add an rfc822_date function to Debbugs::Mail
[debbugs.git] / scripts / html-install.in
index e699b0439887443401776ab9c7297fb8015b7724..bb6b04de5924edbd93d01e2a93eb5d42e191a309 100755 (executable)
@@ -1,10 +1,13 @@
 #!/usr/bin/perl
-# $Id: html-install.in,v 1.2 1999/09/02 22:27:29 gecko Exp $
+# $Id: html-install.in,v 1.4 2002/11/17 22:45:16 cjwatson Exp $
 # Takes 1 argument - directory tree to install into
 # Tree _must_ be synch'd with one used by db2html to generate file
 
 use POSIX;
-require( '/etc/debbugs/config' );
+$config_path = '/etc/debbugs';
+
+require("$config_path/config");
+$ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'};
 
 $dirtree= shift(@ARGV);
 defined($dirtree) or die 'usage';