X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fpost-config.rb;h=1dc29103e2f6a333948a77c740951f2cdb36c985;hb=e2874c9f8636ed2978eb72fc7a29acab909e7d7b;hp=9413df5ef4e8534aa9d10d8ad5f75578360ca253;hpb=d425a52348d2d4dd1fe87f75a5d5e74e4de19787;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 9413df5e..1dc29103 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')}/rbot/core'" f.puts " end" f.puts "end" }