mirror of https://github.com/hak5/openwrt.git
changed pkg_install_files so one can specify the folder to install from
SVN-Revision: 9192lede-17.01
parent
215fa7eb8b
commit
5a4b6b5f4e
|
@ -122,7 +122,7 @@ define libtool_fixup_libdir
|
|||
endef
|
||||
|
||||
define pkg_install_files
|
||||
$(foreach install_file,$(2),$(INSTALL_DIR) $(1)/`dirname $(install_file)`; $(CP) $(PKG_INSTALL_DIR)/$(install_file) $(1)/`dirname $(install_file)`;)
|
||||
$(foreach install_file,$(3),$(INSTALL_DIR) $(2)/`dirname $(install_file)`; $(CP) $(1)/$(install_file) $(2)/`dirname $(install_file)`;)
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
|
Loading…
Reference in New Issue