From: Eric Andersen Date: Mon, 22 Jan 2007 18:15:35 +0000 (-0000) Subject: fix installation location X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6da0b668b7416aebf6f26166d8b7892983f66a11;p=buildroot.git fix installation location --- diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index f939e7b7ea..379d2e79dc 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -129,11 +129,11 @@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured $(MAKE) -C $(AVAHI_DIR) touch $(AVAHI_DIR)/.compiled -$(STAGING_DIR)/sbin/avahi-autoipd: $(AVAHI_DIR)/.compiled +$(STAGING_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.compiled $(MAKE) DESTDIR=$(STAGING_DIR) -C $(AVAHI_DIR)/avahi-autoipd install - touch -c $(STAGING_DIR)/sbin/avahi-autoipd + touch -c $(STAGING_DIR)/usr/sbin/avahi-autoipd -$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(STAGING_DIR)/sbin/avahi-autoipd +$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(STAGING_DIR)/usr/sbin/avahi-autoipd cp $^ $@ mkdir -p $(TARGET_DIR)/etc/avahi mkdir -p $(TARGET_DIR)/var/lib