Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
mosquitto: use mirrored files/ tree
Browse files Browse the repository at this point in the history
Instead of manually copying files and renaming on install, use the nice
clean "files/<mirror>" structure and just $(CP) them into place.

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp committed Mar 7, 2016
1 parent eb287ff commit 39ea72b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions net/mosquitto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ define Package/mosquitto/install/default
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/mosquitto $(1)/usr/sbin/mosquitto
$(INSTALL_DIR) $(1)/etc/mosquitto
$(INSTALL_CONF) $(PKG_BUILD_DIR)/mosquitto.conf $(1)/etc/mosquitto/mosquitto.conf
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/mosquitto.init $(1)/etc/init.d/mosquitto
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) ./files/mosquitto.uci.convert $(1)/usr/bin
$(CP) ./files/* $(1)/
endef

define Package/mosquitto-nossl/install
Expand Down
File renamed without changes.

0 comments on commit 39ea72b

Please sign in to comment.