From: simonraven Date: Sun, 14 Oct 2007 21:28:14 +0000 (+0000) Subject: seems people need a hand up sometimes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93d0a92ccf51deaba19d363ad69e5da3290323e2;p=infobot.git 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 --- 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".