mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Fix typo that broke the linux_audit dependency on Debian.
This commit is contained in:
parent
2f00f170fc
commit
2460636095
2
sudo.pp
2
sudo.pp
@ -250,7 +250,7 @@ still allow people to get their work done."
|
|||||||
|
|
||||||
%fixup [deb]
|
%fixup [deb]
|
||||||
# Add Conflicts, Replaces headers and add libldap depedency as needed.
|
# Add Conflicts, Replaces headers and add libldap depedency as needed.
|
||||||
DEPENDS="${linux_audit}"
|
DEPENDS="%{linux_audit}"
|
||||||
if test -z "%{flavor}"; then
|
if test -z "%{flavor}"; then
|
||||||
echo "Conflicts: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
echo "Conflicts: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
||||||
echo "Replaces: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
echo "Replaces: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user