diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-25 20:03:00 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-25 20:03:00 +0000 |
commit | 5643ef5b44af54ed2cce67c529496e9a456cead7 (patch) | |
tree | 880b6aee34e1139c3a216675b7ccd92440589c1e /package/util-linux-ng | |
parent | 5273d35d82cd233609f3e0d2ceb789409314c03d (diff) | |
download | upstream-5643ef5b44af54ed2cce67c529496e9a456cead7.tar.gz upstream-5643ef5b44af54ed2cce67c529496e9a456cead7.tar.bz2 upstream-5643ef5b44af54ed2cce67c529496e9a456cead7.zip |
fixed mount path (closes #3464)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11267 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r-- | package/util-linux-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 96fefd3e8a..38b7c5db77 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -110,8 +110,8 @@ define Package/losetup/install endef define Package/mount-utils/install - $(INSTALL_DIR) $(1)/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/sbin + $(INSTALL_DIR) $(1)/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/bin endef define Package/swap-utils/install |