add a patch to use relative symlinks for development shared libraries
[openwrt.git] / package / util-linux-ng / Makefile
index f6593f7..38b7c5d 100644 (file)
@@ -110,7 +110,7 @@ define Package/losetup/install
 endef
 
 define Package/mount-utils/install
-       $(INSTALL_DIR) $(1)/sbin/
+       $(INSTALL_DIR) $(1)/bin/
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/bin
 endef
 
This page took 0.021131 seconds and 4 git commands to generate.