aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@stinky.(none)>2008-06-18 15:02:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-11-16 16:54:22 +0100
commitb8bb4647b43017e32788b7575bad70b77e11ab1b (patch)
tree369d2a7426fd93e026a6407b7b5307562c056a94
parent4cb5524f665b6aca589a09295201693f2c5213ae (diff)
downloadopenembedded-b8bb4647b43017e32788b7575bad70b77e11ab1b.tar.gz
resolvconf: fix resolvconf to actually work and fix up resolv.conf file properly by
adding in directory into package
-rw-r--r--packages/resolvconf/resolvconf_1.28.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/resolvconf/resolvconf_1.28.bb b/packages/resolvconf/resolvconf_1.28.bb
index 2aa2fccc8b..48017bce27 100644
--- a/packages/resolvconf/resolvconf_1.28.bb
+++ b/packages/resolvconf/resolvconf_1.28.bb
@@ -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/