Fix a packaging problem with the sudoedit man page link on Debian.
This commit is contained in:
4
sudo.pp
4
sudo.pp
@@ -314,14 +314,14 @@ still allow people to get their work done."
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files [!aix]
|
%files [!aix]
|
||||||
$sudoedit_man 0644 symlink,ignore-others $sudoedit_man_target
|
|
||||||
$mandir/man*/* 0644
|
$mandir/man*/* 0644
|
||||||
|
$sudoedit_man 0644 symlink,ignore-others $sudoedit_man_target
|
||||||
|
|
||||||
%files [aix]
|
%files [aix]
|
||||||
# Some versions use catpages, some use manpages.
|
# Some versions use catpages, some use manpages.
|
||||||
$sudoedit_man 0644 symlink,ignore-others $sudoedit_man_target
|
|
||||||
$mandir/cat*/* 0644 optional
|
$mandir/cat*/* 0644 optional
|
||||||
$mandir/man*/* 0644 optional
|
$mandir/man*/* 0644 optional
|
||||||
|
$sudoedit_man 0644 symlink,ignore-others $sudoedit_man_target
|
||||||
|
|
||||||
%pre [aix]
|
%pre [aix]
|
||||||
if rpm -q %{name} >/dev/null 2>&1; then
|
if rpm -q %{name} >/dev/null 2>&1; then
|
||||||
|
Reference in New Issue
Block a user