소스 검색

Merge pull request #636 from aTanW/master

gammu: Fix copypaste typo in config file installation
Steven Barth 10 년 전
부모
커밋
5b26425258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      utils/gammu/Makefile

+ 1
- 1
utils/gammu/Makefile 파일 보기

@@ -63,7 +63,7 @@ define Package/gammu/install
63 63
 	$(INSTALL_DIR) $(1)/usr/lib
64 64
 	$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
65 65
 	$(INSTALL_DIR) $(1)/etc
66
-	$(INSTALL_BIN) ./files/gammurc $(1)/etc/gammurc
66
+	$(INSTALL_CONF) ./files/gammurc $(1)/etc/gammurc
67 67
 endef
68 68
 
69 69
 define Package/gammu/conffiles