[oe-commits] Marcin Juszkiewicz : ifupdown: fix do_install

git version control git at git.openembedded.org
Wed Mar 31 15:29:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e2331268d0927708fde26223153e9d61bfe29012
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e2331268d0927708fde26223153e9d61bfe29012

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Wed Mar 31 17:29:30 2010 +0200

ifupdown: fix do_install

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/ifupdown/ifupdown_0.6.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ifupdown/ifupdown_0.6.10.bb b/recipes/ifupdown/ifupdown_0.6.10.bb
index 5abbd6a..12e64d8 100644
--- a/recipes/ifupdown/ifupdown_0.6.10.bb
+++ b/recipes/ifupdown/ifupdown_0.6.10.bb
@@ -4,7 +4,7 @@ configure (or, respectively, deconfigure) network interfaces, based on \
 the file /etc/network/interfaces."
 LICENSE = "GPL"
 SECTION = "base"
-PR = "r1"
+PR = "r2"
 
 
 SRC_URI = "${DEBIAN_MIRROR}/main/i/ifupdown/ifupdown_${PV}.tar.gz;name=ifupdown \
@@ -23,7 +23,7 @@ do_compile () {
 
 do_install () {
 	install -d ${D}${sysconfdir}/init.d \
-		   ${D}${sysconfdir}/network/run/
+		   ${D}${sysconfdir}/network/run/ \
 		   ${D}${mandir}/man8 \
 		   ${D}${mandir}/man5 \
 		   ${D}${base_sbindir}





More information about the Openembedded-commits mailing list