This commit is contained in:
Krzesimir Nowak 2024-03-14 13:22:18 +01:00
parent 98d00263c9
commit 6a56a24f53

View File

@ -54,7 +54,7 @@ selinux-policy-utils-prepare() {
if [[ -n ${path_to_patch} ]]; then
pushd "${s}" >/dev/null || die "Could not enter ${s}"
einfo "Applying SELinux policy updates ... "
eapply -p0 -- "${path_to_patch"
eapply -p0 -- "${path_to_patch}"
popd >/dev/null || die "Could not go back to old directory"
fi