diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-24 13:37:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-24 13:37:36 +0000 |
commit | 3c496785357498cf9114ce9fe6ca9957fefbe771 (patch) | |
tree | e5f98b1136fa3f33e2b3eab2ff31c9304edc2b1e /package/util-linux-ng | |
parent | 7a95bbbf014c11f17d9e44f253f7e6eb4f1ac383 (diff) | |
download | upstream-3c496785357498cf9114ce9fe6ca9957fefbe771.tar.gz upstream-3c496785357498cf9114ce9fe6ca9957fefbe771.tar.bz2 upstream-3c496785357498cf9114ce9fe6ca9957fefbe771.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index f6593f7355..96fefd3e8a 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 |