X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fpost-config.rb;h=9413df5ef4e8534aa9d10d8ad5f75578360ca253;hb=44688c76d937c2dade10aaa7bb7e70e508b33684;hp=182cdfce7cc4c001dd42e249c938b6bece582748;hpb=b277145b3f70e8a29dc1445724539b03d90fa108;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 182cdfce..9413df5e 100644 --- a/lib/rbot/post-config.rb +++ b/lib/rbot/post-config.rb @@ -1,7 +1,7 @@ # write out our datadir so we can reference it at runtime -File.open('rbotconfig.rb', "w") {|f| +File.open("pkgconfig.rb", "w") {|f| f.puts "module Irc" - f.puts " module Config" + f.puts " module PKGConfig" f.puts " DATADIR = '#{config('datadir')}/rbot'" f.puts " end" f.puts "end"