commit 5b264252584ef750ad00cd79070ed2bfd3a29c82
parent 7e9097b40cda25c0ff68fd971872b5a110dacccf
Author: Steven Barth <steven@midlink.org>
Date: Thu, 11 Dec 2014 17:28:08 +0100
Merge pull request #636 from aTanW/master
gammu: Fix copypaste typo in config file installation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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