Fix CI build.
This commit is contained in:
parent
df66824748
commit
70fa10d2a3
3 changed files with 3 additions and 5 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -83,7 +83,7 @@ generate() {
|
|||
|
||||
[[ "$profile" =~ ^\# ]] && continue
|
||||
path="${ROOT:?}/apparmor.d/profiles/$profile"
|
||||
if [[ -f "$path" ]]; then
|
||||
if [[ ! -f "$path" ]]; then
|
||||
[[ "$DISTRIBUTION" == debian ]] && continue
|
||||
_die "Profile $profile not found"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue