From 96d1dc5ebfbbf68f960610407a83423915e5e966 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 27 Sep 2020 22:37:53 -1000 Subject: policycoreutils: install to host/bin not hostpkg By installing policycoreutils to host/bin it is also available within the ImageBuilder and SDK, allowing to correctly label both filesystems and packages. Signed-off-by: Paul Spooren --- package/utils/policycoreutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/policycoreutils') diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index 6b7b78ed78..a237542be6 100644 --- a/package/utils/policycoreutils/Makefile +++ b/package/utils/policycoreutils/Makefile @@ -67,7 +67,7 @@ MAKE_FLAGS += \ HOST_MAKE_FLAGS += \ PAMH=$(CONFIG_BUSYBOX_CONFIG_PAM) \ - DESTDIR=$(STAGING_DIR_HOSTPKG) \ + DESTDIR=$(STAGING_DIR_HOST) \ PREFIX= \ SBINDIR=/bin -- cgit v1.2.3