summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-24 20:15:50 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-24 20:15:50 +0000
commitd425a52348d2d4dd1fe87f75a5d5e74e4de19787 (patch)
tree987d65804b9d21182575fafdf4fdfe093b42d1f0 /lib
parent92a2c31c9204d228cd580692418d1f68f4de2255 (diff)
switch back to post-config to help packagers
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/post-config.rb (renamed from lib/rbot/post-install.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/post-install.rb b/lib/rbot/post-config.rb
index e26653ba..9413df5e 100644
--- a/lib/rbot/post-install.rb
+++ b/lib/rbot/post-config.rb
@@ -1,5 +1,5 @@
# write out our datadir so we can reference it at runtime
-File.open("#{config('rbdir')}/rbot/pkgconfig.rb", "w") {|f|
+File.open("pkgconfig.rb", "w") {|f|
f.puts "module Irc"
f.puts " module PKGConfig"
f.puts " DATADIR = '#{config('datadir')}/rbot'"