mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
fix installation location
This commit is contained in:
parent
2c05ed5bbb
commit
6da0b668b7
@ -129,11 +129,11 @@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured
|
|||||||
$(MAKE) -C $(AVAHI_DIR)
|
$(MAKE) -C $(AVAHI_DIR)
|
||||||
touch $(AVAHI_DIR)/.compiled
|
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
|
$(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 $^ $@
|
cp $^ $@
|
||||||
mkdir -p $(TARGET_DIR)/etc/avahi
|
mkdir -p $(TARGET_DIR)/etc/avahi
|
||||||
mkdir -p $(TARGET_DIR)/var/lib
|
mkdir -p $(TARGET_DIR)/var/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user