[packages] libxslt: fix InstallDev after r25729
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25850 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user