mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 05:10:51 +00:00
13 lines
542 B
Diff
13 lines
542 B
Diff
diff -u -r ../newsboat-2.21/src/pbcontroller.cpp ./src/pbcontroller.cpp
|
|
--- ../newsboat-2.21/src/pbcontroller.cpp 2020-09-20 19:14:02.000000000 +0000
|
|
+++ ./src/pbcontroller.cpp 2020-10-21 22:02:08.424677867 +0000
|
|
@@ -275,7 +275,7 @@
|
|
cfgparser.register_handler("run-on-startup", null_cah);
|
|
|
|
try {
|
|
- cfgparser.parse_file("/etc/newsboat/config"_path);
|
|
+ cfgparser.parse_file("@TERMUX_PREFIX@/etc/newsboat/config"_path);
|
|
cfgparser.parse_file(config_file);
|
|
} catch (const ConfigException& ex) {
|
|
std::cout << ex.what() << std::endl;
|