blob: 02ca8016696a52c825901e35fb2d2aa1b8bf8a82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- mikutter.rb.orig 2012-10-23 09:12:05.000000000 +0900
+++ mikutter.rb 2012-12-02 09:51:43.000000000 +0900
@@ -12,11 +12,7 @@
=end
-if File.symlink?($0)
- Dir.chdir(File.join(File.dirname(File.readlink($0)), 'core'))
-else
- Dir.chdir(File.join(File.dirname($0), 'core'))
-end
+Dir.chdir('%%RUBY_SITELIBDIR%%/mikutter/core')
Thread.abort_on_exception = true
ENV['LIBOVERLAY_SCROLLBAR'] = '0'
|