From b277145b3f70e8a29dc1445724539b03d90fa108 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Wed, 27 Jul 2005 17:56:26 +0000 Subject: this packaging stuff seems to actually be working --- lib/rbot/post-config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbot/post-config.rb') diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 974ebd0e..182cdfce 100644 --- a/lib/rbot/post-config.rb +++ b/lib/rbot/post-config.rb @@ -2,7 +2,7 @@ File.open('rbotconfig.rb', "w") {|f| f.puts "module Irc" f.puts " module Config" - f.puts " DATADIR = '#{config('datadir')}'" + f.puts " DATADIR = '#{config('datadir')}/rbot'" f.puts " end" f.puts "end" } -- cgit v1.2.3