projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400d01d
)
mosquitto: fix whitespace error introduced with 7a6a575887db81934369f38616d137005ed9ea96
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 18 Jan 2016 08:50:37 +0000
(09:50 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 18 Jan 2016 08:53:55 +0000
(09:53 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/mosquitto/Makefile
patch
|
blob
|
history
diff --git
a/net/mosquitto/Makefile
b/net/mosquitto/Makefile
index 3c261883f1ea0931d39dd80fc282857bb6d81234..b1820f0987c949f39508879c18ae6b085be3f3d4 100644
(file)
--- 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