]> granicus.if.org Git - sudo/commitdiff
Fix a packaging problem with the sudoedit man page link on Debian.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Oct 2014 20:25:10 +0000 (14:25 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Oct 2014 20:25:10 +0000 (14:25 -0600)
sudo.pp

diff --git a/sudo.pp b/sudo.pp
index fc42efddf2f8671b240256e8e016c002de4b6540..fd9600cdd6a2449f03f01b9946733ba3e951eca7 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -314,14 +314,14 @@ still allow people to get their work done."
 %endif
 
 %files [!aix]
-       $sudoedit_man           0644 symlink,ignore-others $sudoedit_man_target
        $mandir/man*/*          0644
+       $sudoedit_man           0644 symlink,ignore-others $sudoedit_man_target
 
 %files [aix]
        # Some versions use catpages, some use manpages.
-       $sudoedit_man           0644 symlink,ignore-others $sudoedit_man_target
        $mandir/cat*/*          0644 optional
        $mandir/man*/*          0644 optional
+       $sudoedit_man           0644 symlink,ignore-others $sudoedit_man_target
 
 %pre [aix]
        if rpm -q %{name} >/dev/null 2>&1; then