summaryrefslogtreecommitdiff
path: root/net-im/mikutter/files/patch-mikutter.rb
blob: 3f09c45704d97637095ff5ae5b01af92dc07416b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- mikutter.rb.orig	2017-10-08 12:29:16 UTC
+++ mikutter.rb
@@ -11,7 +11,7 @@ This software is released under the MIT 
 http://opensource.org/licenses/mit-license.php
 
 =end
-require_relative 'core/boot/option'
+require_relative '%%RUBY_SITELIBDIR%%/mikutter/core/boot/option'
 Mopt.parse exec_command: true
 
 if !ENV['DISABLE_BUNDLER_SETUP'] || ['', '0'].include?(ENV['DISABLE_BUNDLER_SETUP'].to_s)
@@ -31,7 +31,7 @@ require 'webrick'
 require 'thread'
 require 'fileutils'
 
-require_relative 'core/utils'
+require_relative '%%RUBY_SITELIBDIR%%/mikutter/core/utils'
 
 miquire :boot, 'check_config_permission', 'mainloop', 'delayer'
 miquire :core, 'service', 'environment'