2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
diff -uNr pastebinit-1.5.1/pastebinit pastebinit-1.5.1.mod/pastebinit
|
||||
|
--- pastebinit-1.5.1/pastebinit 2019-08-03 08:35:53.000000000 +0300
|
||||
|
+++ pastebinit-1.5.1.mod/pastebinit 2020-03-09 13:41:52.506708998 +0200
|
||||
|
@@ -81,8 +81,8 @@
|
||||
|
# - user's overrides in ~/.pastebin.d |
||||
|
# Files found later override files found earlier. |
||||
|
pastebind = {} |
||||
|
- for confdir in ['/usr/share/pastebin.d', '/etc/pastebin.d',
|
||||
|
- '/usr/local/etc/pastebin.d',
|
||||
|
+ for confdir in ['@TERMUX_PREFIX@/share/pastebin.d', '@TERMUX_PREFIX@/etc/pastebin.d',
|
||||
|
+ '@TERMUX_PREFIX@/local/etc/pastebin.d',
|
||||
|
os.path.expanduser('~/.pastebin.d'), |
||||
|
os.path.join( |
||||
|
os.path.dirname( |
Loading…
Reference in new issue