From 0ecd65eab91e6c796cd4a0aa5364349518cbfa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 19 Jan 2021 13:06:18 +0100 Subject: mount-data: fixes --- mount-data/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mount-data/Makefile') 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čí 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:=: -- cgit v1.2.3