2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Fix typo that broke the linux_audit dependency on Debian.

This commit is contained in:
Todd C. Miller 2015-07-09 11:06:03 -06:00
parent 2f00f170fc
commit 2460636095

View File

@ -250,7 +250,7 @@ still allow people to get their work done."
%fixup [deb]
# Add Conflicts, Replaces headers and add libldap depedency as needed.
DEPENDS="${linux_audit}"
DEPENDS="%{linux_audit}"
if test -z "%{flavor}"; then
echo "Conflicts: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control
echo "Replaces: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control