You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/tldp/config.py
|
|
+++ b/tldp/config.py
|
|
@@ -17,7 +17,7 @@
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
-DEFAULT_CONFIGFILE = '/etc/ldptool/ldptool.ini'
|
|
+DEFAULT_CONFIGFILE = '@TERMUX_PREFIX@/etc/ldptool/ldptool.ini'
|
|
|
|
|
|
class DirectoriesExist(argparse._AppendAction):
|