mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
addrwatch: fix typo in config file name
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
This commit is contained in:
@@ -46,7 +46,7 @@ define Package/addrwatch/install
|
|||||||
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/config $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/config $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/addrwatch $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/addrwatch $(1)/usr/sbin/
|
||||||
$(INSTALL_BIN) ./files/addrwatch.init $(1)/etc/init.d/addrwatch
|
$(INSTALL_BIN) ./files/addrwatch.init $(1)/etc/init.d/addrwatch
|
||||||
$(INSTALL_CONF) ./files/addrwatch.config $(1)/etc/config/addrwatch$
|
$(INSTALL_CONF) ./files/addrwatch.config $(1)/etc/config/addrwatch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,addrwatch))
|
$(eval $(call BuildPackage,addrwatch))
|
||||||
|
|||||||
Reference in New Issue
Block a user