summaryrefslogtreecommitdiffstats
path: root/meta/packages/resolvconf/resolvconf_1.43.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/resolvconf/resolvconf_1.43.bb')
-rw-r--r--meta/packages/resolvconf/resolvconf_1.43.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/resolvconf/resolvconf_1.43.bb b/meta/packages/resolvconf/resolvconf_1.43.bb
index 2c210ef1ec..f751f17e0e 100644
--- a/meta/packages/resolvconf/resolvconf_1.43.bb
+++ b/meta/packages/resolvconf/resolvconf_1.43.bb
@@ -9,6 +9,7 @@ AUTHOR = "Thomas Hood"
9HOMEPAGE = "http://packages.debian.org/resolvconf" 9HOMEPAGE = "http://packages.debian.org/resolvconf"
10DEPENDS = "bash" 10DEPENDS = "bash"
11RDEPENDS = "bash" 11RDEPENDS = "bash"
12PR = "r1"
12 13
13SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" 14SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
14 15
@@ -17,7 +18,7 @@ do_compile () {
17} 18}
18 19
19do_install () { 20do_install () {
20 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface 21 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
21 install -d ${D}${mandir}/man8 ${D}${docdir}/${P} 22 install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
22 cp -pPR etc/* ${D}${sysconfdir}/ 23 cp -pPR etc/* ${D}${sysconfdir}/
23 install -m 0755 bin/resolvconf ${D}${base_sbindir}/ 24 install -m 0755 bin/resolvconf ${D}${base_sbindir}/