wlan-ng: it helps to create directories before installing files into them.
authorChris Larson <clarson@kergoth.com>
Sun, 14 Nov 2004 18:12:19 +0000 (18:12 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 14 Nov 2004 18:12:19 +0000 (18:12 +0000)
BKrev: 4197a003XyBscgwHAojVm0JXq_NxYA

wlan-ng/wlan-ng-modules_0.2.1pre22.oe

index 882369f..00577d5 100644 (file)
@@ -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