mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] opkg: crlf -> lf in 001-fix-double-parsing.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17235 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
--- a/libopkg/args.c
|
||||
+++ b/libopkg/args.c
|
||||
@@ -62,7 +62,7 @@
|
||||
if (conf_file_dir == NULL || conf_file_dir[0] == '\0') {
|
||||
conf_file_dir = ARGS_DEFAULT_CONF_FILE_DIR;
|
||||
}
|
||||
- sprintf_alloc(&args->conf_file, "%s/%s", conf_file_dir,
|
||||
+ sprintf_alloc(&args->conf_file, "%s/%s", OPKGETCDIR,
|
||||
ARGS_DEFAULT_CONF_FILE_NAME);
|
||||
|
||||
args->force_defaults = ARGS_DEFAULT_FORCE_DEFAULTS;
|
||||
|
||||
--- a/libopkg/args.c
|
||||
+++ b/libopkg/args.c
|
||||
@@ -62,7 +62,7 @@
|
||||
if (conf_file_dir == NULL || conf_file_dir[0] == '\0') {
|
||||
conf_file_dir = ARGS_DEFAULT_CONF_FILE_DIR;
|
||||
}
|
||||
- sprintf_alloc(&args->conf_file, "%s/%s", conf_file_dir,
|
||||
+ sprintf_alloc(&args->conf_file, "%s/%s", OPKGETCDIR,
|
||||
ARGS_DEFAULT_CONF_FILE_NAME);
|
||||
|
||||
args->force_defaults = ARGS_DEFAULT_FORCE_DEFAULTS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user