]> git.deb.at Git - deb/packages.git/commitdiff
Set $ROOT. Sorry Frank, but I don't know much about globals and config.sh...
authorJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Thu, 2 Feb 2006 13:25:28 +0000 (13:25 +0000)
committerJeroen van Wolffelaar <jeroen@wolffelaar.nl>
Thu, 2 Feb 2006 13:25:28 +0000 (13:25 +0000)
maybe you can look into that :)?

cgi-bin/search_packages.pl

index 2e141bb5e6f3374daedc6ba192a9850a759e0717..acac1b116329d5cff4c85dca6412ecd904af5d8f 100755 (executable)
@@ -28,7 +28,7 @@ use Packages::HTML ();
 
 my $thisscript = $Packages::HTML::SEARCH_CGI;
 my $HOME = "http://www.debian.org";
-my $ROOT = "";
+my $ROOT = "http://merkel.debian.org/~jeroen/pdo";
 my $SEARCHPAGE = "http://packages.debian.org/";
 my @SUITES = qw( oldstable stable testing unstable experimental );
 my @SECTIONS = qw( main contrib non-free );