lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 6d20db9138156e2acc189cb05a2948fbae8b2d07
parent bd60de02b70f93cb06d3e7f85d60bcecaf11c44e
Author: Jo-Philipp Wich <jow@openwrt.org>
Date:   Mon, 18 Jan 2016 09:50:37 +0100

mosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

Diffstat:
Mnet/mosquitto/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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