gammu: Fix copypaste typo in config file installation
This commit is contained in:
parent
0263f910cb
commit
fa215d1952
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ define Package/gammu/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
$(INSTALL_BIN) ./files/gammurc $(1)/etc/gammurc
|
$(INSTALL_CONF) ./files/gammurc $(1)/etc/gammurc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gammu/conffiles
|
define Package/gammu/conffiles
|
||||||
|
|
Loading…
Reference in a new issue