Browse Source

gammu: Fix copypaste typo in config file installation

lilik-openwrt-22.03
aTanW 10 years ago
parent
commit
fa215d1952
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gammu/Makefile

+ 1
- 1
utils/gammu/Makefile View File

@ -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


Loading…
Cancel
Save