resolvconf: fix resolvconf to actually work and fix up resolv.conf file properly by
authorCarsten Haitzler <raster@stinky.(none)>
Wed, 18 Jun 2008 07:02:24 +0000 (15:02 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 16 Nov 2008 15:54:22 +0000 (16:54 +0100)
adding in directory into package

packages/resolvconf/resolvconf_1.28.bb

index 2aa2fcc..48017bc 100644 (file)
@@ -9,7 +9,7 @@ AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
 DEPENDS = "bash"
 RDEPENDS = "bash"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
 
@@ -21,6 +21,7 @@ do_install () {
        install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface
        install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
        cp -pPR etc/* ${D}${sysconfdir}/
+       mkdir -p ${D}${sysconfdir}/resolvconf/run/interface
        install -m 0755 bin/resolvconf ${D}${base_sbindir}/
        install -m 0644 README ${D}${docdir}/${P}/
        install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/