File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,15 @@ build() {
38
38
# Configure, overriding build.conf values with the ones given on the command line
39
39
make conf NAME=" ${_policyname} " DISTRO=arch SYSTEMD=y UBAC=n
40
40
41
- make NAME=" ${_policyname} " DISTRO=arch SYSTEMD=y UBAC=n
41
+ # This tries to install /etc/selinux/refpolicy-git/contexts/files/file_contexts.subs_dist
42
+ # due to a bug, so move the build to function package (2024-12-14)
43
+ # make all NAME="${_policyname}" DISTRO=arch SYSTEMD=y UBAC=n
42
44
}
43
45
44
46
package () {
45
47
cd refpolicy
48
+ make all \
49
+ DESTDIR=" ${pkgdir} " NAME=" ${_policyname} " DISTRO=arch SYSTEMD=y UBAC=n
46
50
make install \
47
51
DESTDIR=" ${pkgdir} " NAME=" ${_policyname} " DISTRO=arch SYSTEMD=y UBAC=n
48
52
make install-headers \
You can’t perform that action at this time.
0 commit comments