mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
fixed copy paste error
SVN-Revision: 9792
This commit is contained in:
parent
af1130b1ec
commit
a49f06f5e7
@ -135,7 +135,7 @@ define pkg_install_files
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define pkg_install_bin
|
define pkg_install_bin
|
||||||
$(foreach install_apps,$(1),$(INSTALL_DIR) $(3)/`dirname $(install_file)`; $(INSTALL_BIN) $(2)/$(install_file) $(3)/`dirname $(install_file)`;)
|
$(foreach install_apps,$(1),$(INSTALL_DIR) $(3)/`dirname $(install_apps)`; $(INSTALL_BIN) $(2)/$(install_apps) $(3)/`dirname $(install_apps)`;)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user