Skip to content

Commit 88a3744

Browse files
committed
Merge selinux-refpolicy-git RELEASE_2_20210908.r29.ge49243a08f4d-1 update
Merge AUR commit 15b0646: https://aur.archlinux.org/cgit/aur.git/commit/?h=selinux-refpolicy-git&id=15b06468fd98a56f46fac6a06099d5989c52ee97
2 parents 3b4097f + 15b0646 commit 88a3744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

selinux-refpolicy-git/PKGBUILD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ build() {
3838
# Configure, overriding build.conf values with the ones given on the command line
3939
make conf NAME="${_policyname}" DISTRO=arch SYSTEMD=y UBAC=n
4040

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
4244
}
4345

4446
package() {
4547
cd refpolicy
48+
make all \
49+
DESTDIR="${pkgdir}" NAME="${_policyname}" DISTRO=arch SYSTEMD=y UBAC=n
4650
make install \
4751
DESTDIR="${pkgdir}" NAME="${_policyname}" DISTRO=arch SYSTEMD=y UBAC=n
4852
make install-headers \

0 commit comments

Comments
 (0)