[Buildroot] [PATCH] Fix avahi build

Peter Korsgaard jacmet at uclibc.org
Thu May 14 15:26:29 UTC 2009


>>>>> "root" == root  <thiago.correa at gmail.com> writes:

 root> Signed-off-by: Thiago A. Correa <thiago.correa at gmail.com>
 root> ---
 root>  package/avahi/avahi.mk |    1 +
 root>  1 files changed, 1 insertions(+), 0 deletions(-)

 root> +++ b/package/avahi/avahi.mk
 root> @@ -150,6 +150,7 @@ ifeq ($(BR2_PACKAGE_AVAHI_AUTOIPD),y)
 root>  	$(INSTALL) -D -m 0755 package/avahi/busybox-udhcpc-default.script $(TARGET_DIR)/usr/share/udhcpc/default.script
 root>  	$(INSTALL) -m 0755 package/avahi/S05avahi-setup.sh $(TARGET_DIR)/etc/init.d/
 root>  	rm -f $(TARGET_DIR)/var/lib/avahi-autoipd
 root> +	mkdir -p $(TARGET_DIR)/var/lib/

What exactly does this fix? It seems like we should have /var/lib/ as
we're removing /var/lib/avahi-autoipd?

A bit more detailed description in your commit message would be good.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list