avahi: avahi-autopid: make sure TARGET_DIR/var/lib exists
Closes #1801 Signed-off-by: Nick Leverton <nick@leverton.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5faf6627ee
commit
7810eebb73
1
CHANGES
1
CHANGES
@ -11,6 +11,7 @@
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
|
||||
#1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
|
||||
|
||||
2010.05-rc2, Released May 11th, 2010:
|
||||
|
||||
|
@ -144,6 +144,7 @@ ifeq ($(BR2_PACKAGE_AVAHI_AUTOIPD),y)
|
||||
$(INSTALL) -D -m 0755 package/avahi/busybox-udhcpc-default.script $(TARGET_DIR)/usr/share/udhcpc/default.script
|
||||
$(INSTALL) -m 0755 package/avahi/S05avahi-setup.sh $(TARGET_DIR)/etc/init.d/
|
||||
rm -f $(TARGET_DIR)/var/lib/avahi-autoipd
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/var/lib
|
||||
ln -sf /tmp/avahi-autoipd $(TARGET_DIR)/var/lib/avahi-autoipd
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y)
|
||||
|
Loading…
Reference in New Issue
Block a user