summaryrefslogtreecommitdiffstats
path: root/package/avahi
diff options
context:
space:
mode:
authorJohn Voltz2008-03-06 18:54:47 +0100
committerJohn Voltz2008-03-06 18:54:47 +0100
commit9da2e71d632cd9ba1bf38e98a28c5cb11f70e13d (patch)
tree1728c166b26af43a05325633cb632ccae492c0da /package/avahi
parentmakefile cleanup for aumix (diff)
downloadbuildroot-9da2e71d632cd9ba1bf38e98a28c5cb11f70e13d.tar.gz
buildroot-9da2e71d632cd9ba1bf38e98a28c5cb11f70e13d.tar.xz
buildroot-9da2e71d632cd9ba1bf38e98a28c5cb11f70e13d.zip
makefile cleanup for avahi
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/avahi.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index 464438fbb..cff96937a 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -145,11 +145,13 @@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured
touch $@
$(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled
+ mkdir -p $(STAGING_DIR)/etc/avahi
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(AVAHI_DIR) install
touch $@
$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
mkdir -p $(TARGET_DIR)/etc/avahi
+ mkdir -p $(TARGET_DIR)/etc/init.d
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/