Fix mount utilites installation (#3464)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 May 2008 13:37:36 +0000 (13:37 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 May 2008 13:37:36 +0000 (13:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11255 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/util-linux-ng/Makefile

index f6593f7..96fefd3 100644 (file)
@@ -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
This page took 0.023596 seconds and 4 git commands to generate.