From: Chris Larson Date: Sun, 14 Nov 2004 18:12:19 +0000 (+0000) Subject: wlan-ng: it helps to create directories before installing files into them. X-Git-Tag: Release-2010-05/1~16256 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7c74627cedef4b1ffc97d9af6b80f5cf3514d7;p=openembedded.git wlan-ng: it helps to create directories before installing files into them. BKrev: 4197a003XyBscgwHAojVm0JXq_NxYA --- diff --git a/wlan-ng/wlan-ng-modules_0.2.1pre22.oe b/wlan-ng/wlan-ng-modules_0.2.1pre22.oe index 882369fdcf..00577d5566 100644 --- a/wlan-ng/wlan-ng-modules_0.2.1pre22.oe +++ b/wlan-ng/wlan-ng-modules_0.2.1pre22.oe @@ -61,6 +61,7 @@ do_install() { install -m 0755 ${WORKDIR}/wlan.agent ${D}/etc/hotplug/wlan.agent install -d ${D}/${sysconfdir}/network/if-pre-up.d install -m 0755 ${WORKDIR}/pre-up ${D}/${sysconfdir}/network/if-pre-up.d/wlan-ng + install -d ${D}/${sysconfdir}/network/if-post-down.d install -m 0755 ${WORKDIR}/post-down ${D}/${sysconfdir}/network/if-post-down.d/wlan-ng install -d ${D}/${sysconfdir}/apm/resume.d install -m 0755 ${WORKDIR}/resume ${D}/${sysconfdir}/apm/resume.d/wlan-ng