From 85edf6922466e41e6fd7e4532dbd8a01204d99b7 Mon Sep 17 00:00:00 2001 From: tom- Date: Sat, 27 Oct 2001 02:56:20 +0000 Subject: [PATCH] One more directory fix. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@528 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Debian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index 2bbe82e..27f5589 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -454,7 +454,7 @@ sub searchDesc { foreach (keys %urlpackages) { s/##DIST/$dist/g; - if (! -f "$debian_bot/$_" ) { + if (! -f "$debian_dir/$_" ) { $bad++; next; } -- 2.39.5