X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c930c7dc2404c43507e3a2355875ff99f8332198..a7eb705105d8302a6a7fcd4579878c702b95ee29:/package/block-mount/Makefile diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index d2313f77f..a4434ed34 100644 --- a/package/block-mount/Makefile +++ b/package/block-mount/Makefile @@ -1,6 +1,6 @@ # -# Copyright (C) 2006-2009 OpenWrt.org -# Copyright 2010 Vertical Communications +# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2010 Vertical Communications # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-mount PKG_VERSION:=0.2.0 -PKG_RELEASE:=4 +PKG_RELEASE:=7 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/