From 93d0a92ccf51deaba19d363ad69e5da3290323e2 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/blootbot@1356 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 2c0d5e6..963b58a 100644 --- a/src/Modules/Debian.pl +++ b/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