From cc7c74627cedef4b1ffc97d9af6b80f5cf3514d7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 14 Nov 2004 18:12:19 +0000 Subject: [PATCH] wlan-ng: it helps to create directories before installing files into them. BKrev: 4197a003XyBscgwHAojVm0JXq_NxYA --- wlan-ng/wlan-ng-modules_0.2.1pre22.oe | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5