]> granicus.if.org Git - sudo/commitdiff
Fix typo that broke the linux_audit dependency on Debian.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 9 Jul 2015 17:06:03 +0000 (11:06 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 9 Jul 2015 17:06:03 +0000 (11:06 -0600)
sudo.pp

diff --git a/sudo.pp b/sudo.pp
index 7a181b54bc381da1cd3c16342e612e0baa13b67f..9d3f293c8001ba15c07128b279fb04c372af66bf 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -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