Browse Source

package/policycoreutils: Install scripts folder

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>
José Pekkarinen 4 năm trước cách đây
mục cha
commit
885e8792d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/policycoreutils/policycoreutils.mk

+ 1 - 1
package/policycoreutils/policycoreutils.mk

@@ -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.