From: Jo-Philipp Wich Date: Thu, 3 Mar 2011 13:36:17 +0000 (+0000) Subject: [packages] libxslt: fix InstallDev after r25729 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=083535c924a9d3ab3b9a985829e7d651fb123f09 [packages] libxslt: fix InstallDev after r25729 SVN-Revision: 25850 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index e032941cca..262339934c 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -116,8 +116,8 @@ define Build/InstallDev/Exslt endef define Build/InstallDev - $(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1))) - $(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1))) + $(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1),$(2))) + $(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2))) endef define Package/libxslt/install