From 22390ffe3aed60cbd0bff279e0d178f5de6b8e02 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/blootbot@528 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 2bbe82e..27f5589 100644 --- a/src/Modules/Debian.pl +++ b/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