diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-14 18:12:19 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-14 18:12:19 +0000 |
commit | cc7c74627cedef4b1ffc97d9af6b80f5cf3514d7 (patch) | |
tree | 97b7b5abc472f21bb1c33497b4eea91df2600d5c | |
parent | 3cc6ed4fe7277c7777de8b5806c6bb5916aaff9b (diff) |
wlan-ng: it helps to create directories before installing files into them.
BKrev: 4197a003XyBscgwHAojVm0JXq_NxYA
-rw-r--r-- | wlan-ng/wlan-ng-modules_0.2.1pre22.oe | 1 |
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 |