summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/011-old-config-location.patch
blob: 518993b254ae2bc13347ab97c887073a19beb86b (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
@@ -169,7 +169,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