diff options
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.2.4.bb')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb index 56df9202b1..b7574e538e 100644 --- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb +++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb | |||
@@ -45,7 +45,7 @@ EXTRA_OECONF = "\ | |||
45 | do_install_append () { | 45 | do_install_append () { |
46 | install -d ${D}${sysconfdir}/opkg | 46 | install -d ${D}${sysconfdir}/opkg |
47 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf | 47 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf |
48 | echo "option lists_dir ${OPKGLIBDIR}/opkg" >>${D}${sysconfdir}/opkg/opkg.conf | 48 | echo "option lists_dir ${OPKGLIBDIR}/opkg/lists" >>${D}${sysconfdir}/opkg/opkg.conf |
49 | 49 | ||
50 | # We need to create the lock directory | 50 | # We need to create the lock directory |
51 | install -d ${D}${OPKGLIBDIR}/opkg | 51 | install -d ${D}${OPKGLIBDIR}/opkg |