[Buildroot] [PATCH] dnsmasq: install DBus configuration file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Dec 30 18:31:40 UTC 2014


Dear Yegor Yefremov,

On Tue, 30 Dec 2014 16:34:27 +0100, Yegor Yefremov wrote:

> +ifeq ($(BR2_PACKAGE_DBUS),y)
> +define DNSMASQ_INSTALL_DBUS
> +	$(INSTALL) -D \
> +	  $(@D)/dbus/dnsmasq.conf \
> +	  $(TARGET_DIR)/etc/dbus-1/system.d/dnsmasq.conf

Indentation should be done with tabs, so:

	$(INSTALL) -D $(@D)/dbus/dnsmasq.conf \
		$(TARGET_DIR)/etc/...

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list