blob: 931f4f11648238a16316d021df5803630eed6303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/src/opkg-cl.c
+++ b/src/opkg-cl.c
@@ -172,7 +172,10 @@ args_parse(int argc, char *argv[])
printf("Confusion: getopt_long returned %d\n", c);
}
}
-
+
+ if(!conf->conf_file)
+ conf->conf_file = xstrdup("/etc/opkg.conf");
+
if (parse_err)
return parse_err;
else
|