summaryrefslogtreecommitdiff
path: root/wlan-ng/wlan-ng-modules_0.2.1pre22.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-14 18:12:19 +0000
committerChris Larson <clarson@kergoth.com>2004-11-14 18:12:19 +0000
commitcc7c74627cedef4b1ffc97d9af6b80f5cf3514d7 (patch)
tree97b7b5abc472f21bb1c33497b4eea91df2600d5c /wlan-ng/wlan-ng-modules_0.2.1pre22.oe
parent3cc6ed4fe7277c7777de8b5806c6bb5916aaff9b (diff)
wlan-ng: it helps to create directories before installing files into them.
BKrev: 4197a003XyBscgwHAojVm0JXq_NxYA
Diffstat (limited to 'wlan-ng/wlan-ng-modules_0.2.1pre22.oe')
-rw-r--r--wlan-ng/wlan-ng-modules_0.2.1pre22.oe1
1 files changed, 1 insertions, 0 deletions
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