summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2015-02-10 10:01:47 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2015-02-10 10:01:47 -0700
commit1f1fabb0cae2eadbde478c3ea1bc42d3f44819bb (patch)
treea1580ff0edf57870e28cee5515fe0b8fc1b5aa17
parent60d72c9aa2b59d3ab6423b133ae5066cb0c39f7c (diff)
downloadsudo-1f1fabb0cae2eadbde478c3ea1bc42d3f44819bb.tar.gz
Fix a packaging problem with the sudoedit man page link on Debian.SUDO_1_7_10p9
-rw-r--r--sudo.pp4
1 files changed, 2 insertions, 2 deletions
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