blob: 74a98ef4a3a06596e2db1462c3c08fa77c6cef28 (
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 @@
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
|