don't build mac80211 if the kernel version does not match
[openwrt.git] / include / package.mk
index 6307a1f..d90bec8 100644 (file)
@@ -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
This page took 0.03347 seconds and 4 git commands to generate.