From: John Crispin Date: Mon, 17 Dec 2007 22:24:40 +0000 (+0000) Subject: fixed copy paste error X-Git-Tag: 8.09_rc1~2056 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a49f06f5e7603a462700bde707d435a7f8ec8755;p=openwrt%2Fsvn-archive%2Fopenwrt.git fixed copy paste error SVN-Revision: 9792 --- diff --git a/include/package.mk b/include/package.mk index 83c3025de2..90750fe26b 100644 --- a/include/package.mk +++ b/include/package.mk @@ -135,7 +135,7 @@ define pkg_install_files endef 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 define Build/Prepare