1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

fixed mount path (closes #3464)

SVN-Revision: 11267
This commit is contained in:
Matteo Croce 2008-05-25 20:03:00 +00:00
parent 29365f1d14
commit 7e9f396980

@ -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