package/libselinux: install Python modules to target
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 22 Oct 2019 08:49:23 +0000 (10:49 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 24 Oct 2019 09:06:01 +0000 (11:06 +0200)
commitb8e4cc9dc4d67f384d11d4aaa321dac7ba73dba8
tree6fec5c8841146ff0fc0207ebad8b8c0ba24f0f41
parentf5ff55822db50214548377cf025c98d4ee2495d6
package/libselinux: install Python modules to target

While LIBSELINUX_INSTALL_STAGING_CMDS uses
$(LIBSELINUX_MAKE_INSTALL_TARGETS), LIBSELINUX_INSTALL_TARGET_CMDS
does not use it. Due to this, the Python module is only installed to
$(STAGING_DIR) and not to $(TARGET_DIR).

Fix this by using $(LIBSELINUX_MAKE_INSTALL_TARGETS) in
LIBSELINUX_INSTALL_TARGET_CMDS.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: James Hilliard <james.hilliard1@gmail.com>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libselinux/libselinux.mk