Browse Source

Merge pull request #633 from aTanW/master

Fix gammu config file installation and declaration
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
5aff1d1fe3
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      utils/gammu/Makefile

+ 6
- 1
utils/gammu/Makefile View File

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

Loading…
Cancel
Save