mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
fixed mount path (closes #3464)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c360be5d36
commit
36d99dbbd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user