summaryrefslogtreecommitdiff
path: root/mount-data/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-01-19 13:06:18 +0100
committerKarel Kočí <cynerd@email.cz>2021-01-19 13:09:32 +0100
commit0ecd65eab91e6c796cd4a0aa5364349518cbfa19 (patch)
treeb395a5f9885a331ccdf22afcce11522fe9ecc1cf /mount-data/Makefile
parent0de555f16b5480efdc5de12727b5800e3e2e2b5b (diff)
downloadopenwrt-personal-pkgs-0ecd65eab91e6c796cd4a0aa5364349518cbfa19.tar.gz
openwrt-personal-pkgs-0ecd65eab91e6c796cd4a0aa5364349518cbfa19.tar.bz2
openwrt-personal-pkgs-0ecd65eab91e6c796cd4a0aa5364349518cbfa19.zip
mount-data: fixes
Diffstat (limited to 'mount-data/Makefile')
-rw-r--r--mount-data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount-data/Makefile b/mount-data/Makefile
index 3af25b5..69f082b 100644
--- a/mount-data/Makefile
+++ b/mount-data/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mount-data
-PKG_VERSION:=1.0.0
+PKG_VERSION:=1.0.1
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
@@ -20,7 +20,7 @@ endef
define Package/mount-data/install
$(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_DATA) ./files/init $(1)/etc/init.d/data
+ $(INSTALL_BIN) ./files/init $(1)/etc/init.d/data
endef
Build/Compile:=: