From 6e8b84fda2e766d1a9c926086816f79a332bb46e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 Oct 2014 14:25:10 -0600 Subject: [PATCH] Fix a packaging problem with the sudoedit man page link on Debian. --- sudo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.pp b/sudo.pp index fc42efddf..fd9600cdd 100644 --- 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