Mail from Claus Klein:
authorThomas Lundquist <lists@zelow.no>
Sat, 26 Jan 2008 07:55:58 +0000 (07:55 -0000)
committerThomas Lundquist <lists@zelow.no>
Sat, 26 Jan 2008 07:55:58 +0000 (07:55 -0000)
make sure than target dir exist bevor instll to it:

package/avahi/avahi.mk

index c8c1d6f7ec72e6fa0df20d0463f73e66d983118b..464438fbb8d21125130f639ecba00826027d7a73 100644 (file)
@@ -151,6 +151,7 @@ $(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled
 $(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
        mkdir -p $(TARGET_DIR)/etc/avahi
        mkdir -p $(TARGET_DIR)/var/lib
+       mkdir -p $(TARGET_DIR)/usr/share/udhcpc
        cp -af $(STAGING_DIR)/etc/avahi/avahi-autoipd.action $(TARGET_DIR)/etc/avahi/
        cp -af $(BASE_DIR)/package/avahi/busybox-udhcpc-default.script $(TARGET_DIR)/usr/share/udhcpc/default.script
        chmod 0755 $(TARGET_DIR)/usr/share/udhcpc/default.script