]> granicus.if.org Git - sudo/commitdiff
Fix a packaging problem with the sudoedit man page link on Debian. SUDO_1_7_10p9
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2015 17:01:47 +0000 (10:01 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2015 17:01:47 +0000 (10:01 -0700)
--HG--
branch : 1.7

sudo.pp

diff --git a/sudo.pp b/sudo.pp
index fc3424110c9b07f1b63bc9314b8b7237ed5dbc9c..36a9d2e791feddf06795dacee630713bc19e1fc7 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -285,14 +285,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