From: Todd C. Miller Date: Tue, 10 Feb 2015 17:01:47 +0000 (-0700) Subject: Fix a packaging problem with the sudoedit man page link on Debian. X-Git-Tag: SUDO_1_7_10p9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d8eb57b8dcce6c50cc864997b60920b1827964a;p=sudo Fix a packaging problem with the sudoedit man page link on Debian. --HG-- branch : 1.7 --- diff --git a/sudo.pp b/sudo.pp index fc3424110..36a9d2e79 100644 --- 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