chiark / gitweb /
busybox: Update from 1.28.2 to 1.28.3
[termux-packages] / packages / nzbget / options.cpp.patch
1 diff --git a/daemon/main/Options.cpp b/daemon/main/Options.cpp
2 index f41bd82..6a3dc0e 100644
3 --- a/daemon/main/Options.cpp
4 +++ b/daemon/main/Options.cpp
5 @@ -182,10 +182,7 @@ const int BoolCount = 12;
6  const char* PossibleConfigLocations[] =
7         {
8                 "~/.nzbget",
9 -               "/etc/nzbget.conf",
10 -               "/usr/etc/nzbget.conf",
11 -               "/usr/local/etc/nzbget.conf",
12 -               "/opt/etc/nzbget.conf",
13 +               "@TERMUX_PREFIX@/etc/nzbget.conf",
14                 nullptr
15         };
16  #endif