mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Fix typo that prevented a missing linux audit lib from being detected.
This commit is contained in:
parent
2087f6354c
commit
5a22865131
2
mkpkg
2
mkpkg
@ -304,7 +304,7 @@ case "$osversion" in
|
|||||||
test -n "$linux_audit" && break;
|
test -n "$linux_audit" && break;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -z "linux_audit" ]; then
|
if [ -z "$linux_audit" ]; then
|
||||||
echo "unable to determine package for libaudit" 1>&2
|
echo "unable to determine package for libaudit" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user