]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Ahem. I should remember to test things ''before'' committing, not after. Fix COREDIR...
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 4 Aug 2006 07:15:29 +0000 (07:15 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 4 Aug 2006 07:15:29 +0000 (07:15 +0000)
lib/rbot/post-config.rb

index 14ef9876ebb2a5ffe351ca5f9751c651390cce9f..1dc29103e2f6a333948a77c740951f2cdb36c985 100644 (file)
@@ -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"
 }