summaryrefslogtreecommitdiffstats
path: root/package/util-linux-ng
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-24 13:37:36 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-24 13:37:36 +0000
commit1c9eef45516a6239cbbb742410c6152b1264c026 (patch)
treee5f98b1136fa3f33e2b3eab2ff31c9304edc2b1e /package/util-linux-ng
parentc1b037703539fbe2393055673566a51273c8ecb6 (diff)
Fix mount utilites installation (#3464)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r--package/util-linux-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile
index f6593f735..96fefd3e8 100644
--- a/package/util-linux-ng/Makefile
+++ b/package/util-linux-ng/Makefile
@@ -111,7 +111,7 @@ endef
define Package/mount-utils/install
$(INSTALL_DIR) $(1)/sbin/
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/bin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/sbin
endef
define Package/swap-utils/install