Procházet zdrojové kódy

Merge pull request #636 from aTanW/master

gammu: Fix copypaste typo in config file installation
Steven Barth před 10 roky
rodič
revize
5b26425258
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      utils/gammu/Makefile

+ 1
- 1
utils/gammu/Makefile Zobrazit soubor

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