From: Jeroen van Wolffelaar Date: Thu, 2 Feb 2006 13:25:28 +0000 (+0000) Subject: Set $ROOT. Sorry Frank, but I don't know much about globals and config.sh... X-Git-Tag: switch-to-templates~191 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=430b9fc21eb1d0f89e07687b5a4b1fe25276b15a;hp=186b663bf3f69e02137d247021400e5a3f90d666;p=deb%2Fpackages.git Set $ROOT. Sorry Frank, but I don't know much about globals and config.sh... maybe you can look into that :)? --- diff --git a/cgi-bin/search_packages.pl b/cgi-bin/search_packages.pl index 2e141bb..acac1b1 100755 --- a/cgi-bin/search_packages.pl +++ b/cgi-bin/search_packages.pl @@ -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 );