From: aTanW Date: Wed, 10 Dec 2014 16:36:15 +0000 (+0300) Subject: Fix gammu config file installation and description X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0263f910cbac7f44f9055952e636d4591e3a7c3b;p=openwrt-packages.git Fix gammu config file installation and description Signed-off-by: Vitaly Protsko --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index bca50d460..88d5a6fa9 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -62,7 +62,12 @@ define Package/gammu/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gammu-{smsd,smsd-inject,smsd-monitor} $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib - $(INSTALL_BIN) ./files/gammurc $(1)/etc + $(INSTALL_DIR) $(1)/etc + $(INSTALL_BIN) ./files/gammurc $(1)/etc/gammurc +endef + +define Package/gammu/conffiles +/etc/gammurc endef $(eval $(call BuildPackage,gammu))