Commit 6da0b668 authored by Eric Andersen's avatar Eric Andersen
Browse files

fix installation location

parent 2c05ed5b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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