From fcbaaa3981f1d26972e3d412f2c00027595d40c8 Mon Sep 17 00:00:00 2001 From: simonraven Date: Sun, 14 Oct 2007 21:28:14 +0000 Subject: [PATCH] seems people need a hand up sometimes git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1356 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Debian.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index 2c0d5e6..963b58a 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -14,9 +14,10 @@ my $announce = 0; my $defaultdist = 'sid'; my $refresh = &::getChanConfDefault('debianRefreshInterval', 7, $::chan) * 60 * 60 * 24; my $debug = 0; -my $debian_dir = $::bot_state_dir . 'debian'; +my $debian_dir = $::bot_state_dir . '/debian'; my $country = 'nl'; # well .config it yourself then. ;-) my $protocol = 'http'; +# EDIT THIS (i386, amd64, powerpc, [etc.]): my $arch = "$arch"; # format: "alias=real". -- 2.39.5