blob: 14b989d1a546a5d7a569d95faf81fea29c8ec542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-core_config.rb,v 1.1 2022/01/08 15:17:54 tsutsui Exp $
- add a pkgsrc specific vendor plugin directory for plugins packages
--- core/config.rb.orig 2021-12-24 16:10:48.000000000 +0000
+++ core/config.rb
@@ -35,6 +35,7 @@ module CHIConfig
# プラグインディレクトリ
PLUGIN_PATH = [
File.expand_path(File.join(__dir__, '..', 'plugin')),
+ File.expand_path(File.join(__dir__, '..', 'vendor', 'plugin')),
]
# AutoTag有効?
|