diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-25 20:03:00 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-25 20:03:00 +0000 |
commit | 7e9f396980a2e8680e1ebf9131b758a3bc562f53 (patch) | |
tree | 271e580b54efe195a38563c37c4e2801a03f4909 /package/util-linux-ng | |
parent | 29365f1d14173ca16ee27c2cd752d0363a5737b2 (diff) | |
download | upstream-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/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 |