[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:
parent
b2a4dadf98
commit
0f5e5da201
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user