updated OpenSSL to 0.9.8h
[openwrt.git] / package / util-linux-ng / Makefile
index 96fefd3..38b7c5d 100644 (file)
@@ -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
This page took 0.025374 seconds and 4 git commands to generate.