From: Jo-Philipp Wich Date: Mon, 18 Jan 2016 08:50:37 +0000 (+0100) Subject: mosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=472f8c826e5870b5091fbc3d7af8de44bda95465;p=feed%2Fpackages.git mosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96 Signed-off-by: Jo-Philipp Wich --- diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 3c261883f1..b1820f0987 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -149,7 +149,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mosquitto $(1)/usr/sbin/mosquitto ifeq ($(CONFIG_MOSQUITTO_PASSWD),y) - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mosquitto_passwd $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mosquitto_passwd $(1)/usr/sbin endif $(INSTALL_DIR) $(1)/etc/mosquitto $(INSTALL_CONF) $(PKG_BUILD_DIR)/mosquitto.conf $(1)/etc/mosquitto/mosquitto.conf