From: ticktock35 Date: Sun, 28 Dec 2008 08:06:35 +0000 (+0000) Subject: opkg the config file dir to that one actually works X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7bf0f50d8bc7245b0e89bd5b3c84d84d1c3629c0;p=oweals%2Fopkg-lede.git opkg the config file dir to that one actually works git-svn-id: http://opkg.googlecode.com/svn/trunk@194 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/args.h b/libopkg/args.h index 61f32bc..60f1219 100644 --- a/libopkg/args.h +++ b/libopkg/args.h @@ -47,7 +47,7 @@ struct args }; typedef struct args args_t; -#define ARGS_DEFAULT_CONF_FILE_DIR "/etc" +#define ARGS_DEFAULT_CONF_FILE_DIR "/etc/opkg" #define ARGS_DEFAULT_CONF_FILE_NAME "opkg.conf" #define ARGS_DEFAULT_DEST NULL #define ARGS_DEFAULT_FORCE_DEFAULTS 0