package/policycoreutils: Install scripts folder
authorJosé Pekkarinen <jose.pekkarinen@unikie.com>
Thu, 19 Aug 2021 07:57:58 +0000 (10:57 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 19 Aug 2021 21:14:05 +0000 (23:14 +0200)
This folder includes the fixfiles script that is used
by selinux autorelabel feature. Currently it installs
it under /usr/sbin.

Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/policycoreutils/policycoreutils.mk

index a486f8ddc337859ca3c0f42b5110e6ad18ec463a..60575ac64486bad97611f4a0db70a32c2232bb53 100644 (file)
@@ -43,7 +43,7 @@ POLICYCOREUTILS_MAKE_OPTS += \
 POLICYCOREUTILS_MAKE_DIRS = \
        load_policy newrole run_init \
        secon semodule sestatus setfiles \
-       setsebool
+       setsebool scripts
 
 # We need to pass DESTDIR at build time because it's used by
 # policycoreutils build system to find headers and libraries.