From 208d91635e9fda96eae0708368352abc61128ef5 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 4 Aug 2006 07:15:29 +0000 Subject: [PATCH 1/1] Ahem. I should remember to test things ''before'' committing, not after. Fix COREDIR as set by post-config --- lib/rbot/post-config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 14ef9876..1dc29103 100644 --- a/lib/rbot/post-config.rb +++ b/lib/rbot/post-config.rb @@ -3,7 +3,7 @@ File.open("pkgconfig.rb", "w") {|f| f.puts "module Irc" f.puts " module PKGConfig" f.puts " DATADIR = '#{config('datadir')}/rbot'" - f.puts " COREDIR = '#{config('rbdir')}/core'" + f.puts " COREDIR = '#{config('rbdir')}/rbot/core'" f.puts " end" f.puts "end" } -- 2.39.5