diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-31 17:29:30 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-31 17:29:30 +0200 |
commit | e2331268d0927708fde26223153e9d61bfe29012 (patch) | |
tree | b380868e2bb1d28b57a865e10b3cc1c85735e78c /recipes/ifupdown | |
parent | e398449f6670b218ce0e0ce610d952708c66cdf5 (diff) |
ifupdown: fix do_install
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/ifupdown')
-rw-r--r-- | 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 5abbd6a66d..12e64d82db 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} |