package/rapidxml: fix install path
kodi-pvr-iptvsimple as ofd27b3ed1d3
depends on rapidxml but expects the headers in usr/include/rapidxml instead of usr/include. This changes the install path to be consistent with Debian and Gentoo: https://packages.debian.org/stretch/all/librapidxml-dev/filelist https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild#n22 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitb0209a99e9
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
532af46554
commit
38ee47cc9c
@ -21,7 +21,8 @@ define RAPIDXML_EXTRACT_CMDS
|
||||
endef
|
||||
|
||||
define RAPIDXML_INSTALL_STAGING_CMDS
|
||||
cp -dpfr $(@D)/*hpp $(STAGING_DIR)/usr/include
|
||||
mkdir -p $(STAGING_DIR)/usr/include/rapidxml
|
||||
cp -dpfr $(@D)/*hpp $(STAGING_DIR)/usr/include/rapidxml
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user