aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux-ng
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-05-25 20:03:00 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-05-25 20:03:00 +0000
commit7e9f396980a2e8680e1ebf9131b758a3bc562f53 (patch)
tree271e580b54efe195a38563c37c4e2801a03f4909 /package/util-linux-ng
parent29365f1d14173ca16ee27c2cd752d0363a5737b2 (diff)
downloadupstream-7e9f396980a2e8680e1ebf9131b758a3bc562f53.tar.gz
upstream-7e9f396980a2e8680e1ebf9131b758a3bc562f53.tar.bz2
upstream-7e9f396980a2e8680e1ebf9131b758a3bc562f53.zip
fixed mount path (closes #3464)
SVN-Revision: 11267
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r--package/util-linux-ng/Makefile4
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