X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c930c7dc2404c43507e3a2355875ff99f8332198..3c4461a2c9e1a31227ec6a9a7e48e63f437ab182:/package/block-mount/Makefile?ds=inline diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index d2313f77f..657f727bb 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-mount PKG_VERSION:=0.2.0 -PKG_RELEASE:=4 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk @@ -50,7 +50,7 @@ define Package/block-mount/install $(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/fstab.config $(1)/etc/config/fstab - $(INSTALL_DIR) $(1)/lib/functions + $(INSTALL_DIR) $(1)/lib/functions/fsck $(INSTALL_DATA) ./files/mount.sh $(1)/lib/functions/ $(INSTALL_DATA) ./files/fsck.sh $(1)/lib/functions/ $(INSTALL_DATA) ./files/block.sh $(1)/lib/functions/