blob: 05559268648ac7b08ebcd8dd3f704d69dc96fece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/src/opkg-cl.c
+++ b/src/opkg-cl.c
@@ -207,6 +207,9 @@ args_parse(int argc, char *argv[])
}
}
+ if(!conf->conf_file && !conf->offline_root)
+ conf->conf_file = xstrdup("/etc/opkg.conf");
+
if (parse_err)
return parse_err;
else
|