blob: 2f0ee4a4699494a096c40e19b12b73e5fcc9e18a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- mikutter.rb.orig 2015-05-14 01:40:33 UTC
+++ mikutter.rb
@@ -9,7 +9,7 @@ This software is released under the MIT
http://opensource.org/licenses/mit-license.php
=end
-mikutter_directory = File.expand_path(File.dirname(__FILE__))
+mikutter_directory = '%%RUBY_SITELIBDIR%%/mikutter'
unless ENV['DISABLE_BUNDLER_SETUP']
begin
|