mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mac-telnet
|
PKG_NAME:=mac-telnet
|
||||||
PKG_VERSION:=2014-09-03
|
PKG_VERSION:=2014-09-03
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git
|
PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git
|
||||||
@@ -61,7 +61,7 @@ define Package/mac-telnet-server/install-extra
|
|||||||
$(INSTALL_DIR) $$(1)/etc/init.d
|
$(INSTALL_DIR) $$(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/mactelnet.init $$(1)/etc/init.d/mactelnet
|
$(INSTALL_BIN) ./files/mactelnet.init $$(1)/etc/init.d/mactelnet
|
||||||
$(INSTALL_DIR) $$(1)/etc/config
|
$(INSTALL_DIR) $$(1)/etc/config
|
||||||
$(INSTALL_DATE) ./files/mactelnet.config $$(1)/etc/config/mactelnet
|
$(INSTALL_DATA) ./files/mactelnet.config $$(1)/etc/config/mactelnet
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user