From: tom- Date: Sat, 27 Oct 2001 02:56:20 +0000 (+0000) Subject: One more directory fix. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85edf6922466e41e6fd7e4532dbd8a01204d99b7;p=infobot.git One more directory fix. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@528 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }