X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fpost-config.rb;h=1dc29103e2f6a333948a77c740951f2cdb36c985;hb=464e8afad5d3c72378b680f4579773adbd089f8f;hp=14ef9876ebb2a5ffe351ca5f9751c651390cce9f;hpb=77a10845f4f1bade2337b4acfe0c9e5262ae38c6;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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" }