summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/post-config.rb2
1 files changed, 1 insertions, 1 deletions
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"
}