diff options
Diffstat (limited to 'mount-data/Makefile')
-rw-r--r-- | mount-data/Makefile | 4 |
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:=: |