From 77a10845f4f1bade2337b4acfe0c9e5262ae38c6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 4 Aug 2006 06:46:07 +0000 Subject: Fix one more problem with missing COREDIR and clean up setup.rb --- lib/rbot/post-config.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rbot/post-config.rb') diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 9413df5e..14ef9876 100644 --- a/lib/rbot/post-config.rb +++ b/lib/rbot/post-config.rb @@ -3,6 +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 " end" f.puts "end" } -- cgit v1.2.3