aboutsummaryrefslogtreecommitdiff
path: root/net/mac-telnet/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-09-03 19:20:14 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-09-03 19:20:21 +0200
commit711f0ad1e981010440415b43ac357ed597c41c64 (patch)
treee951ccb3c59130919860de7e3a76e39fb6b91737 /net/mac-telnet/Makefile
parente2caaa24897162c73072923e601ab7222d3d4f70 (diff)
mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'net/mac-telnet/Makefile')
-rw-r--r--net/mac-telnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile
index 856eaa865..5194ae8c7 100644
--- a/net/mac-telnet/Makefile
+++ b/net/mac-telnet/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mac-telnet
PKG_VERSION:=2014-09-03
-PKG_RELEASE:=$(PKG_SOURCE_VERSION)
+PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=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_BIN) ./files/mactelnet.init $$(1)/etc/init.d/mactelnet
$(INSTALL_DIR) $$(1)/etc/config
- $(INSTALL_DATE) ./files/mactelnet.config $$(1)/etc/config/mactelnet
+ $(INSTALL_DATA) ./files/mactelnet.config $$(1)/etc/config/mactelnet
endef