From: aTanW Date: Thu, 11 Dec 2014 13:15:04 +0000 (+0300) Subject: gammu: Fix copypaste typo in config file installation X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fa215d1952ef7ede294ca06e279195af6b64c6dc;p=openwrt-packages.git gammu: Fix copypaste typo in config file installation --- diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index 88d5a6fa9..9748d2ecb 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -63,7 +63,7 @@ define Package/gammu/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib $(INSTALL_DIR) $(1)/etc - $(INSTALL_BIN) ./files/gammurc $(1)/etc/gammurc + $(INSTALL_CONF) ./files/gammurc $(1)/etc/gammurc endef define Package/gammu/conffiles