summaryrefslogtreecommitdiff
path: root/lib/rbot/post-config.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-07-27 17:56:26 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-07-27 17:56:26 +0000
commitb277145b3f70e8a29dc1445724539b03d90fa108 (patch)
tree196349bf6ec77ccce7d6d72ca96b012fe122eef7 /lib/rbot/post-config.rb
parent39b8ac0ed06c32aa72142acda04a27b8404f5560 (diff)
this packaging stuff seems to actually be working
Diffstat (limited to 'lib/rbot/post-config.rb')
-rw-r--r--lib/rbot/post-config.rb2
1 files changed, 1 insertions, 1 deletions
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"
}