diff options
Diffstat (limited to 'lib/rbot/post-config.rb')
-rw-r--r-- | lib/rbot/post-config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |