mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 13:58:05 +00:00
MAN_POSTINSTALL now contains a leading space
This commit is contained in:
@@ -169,7 +169,7 @@ case "$OS" in
|
|||||||
# but it's good enough for sudo
|
# but it's good enough for sudo
|
||||||
AC_DEFINE(STDC_HEADERS)
|
AC_DEFINE(STDC_HEADERS)
|
||||||
if test -z "$NROFFPROG" ; then
|
if test -z "$NROFFPROG" ; then
|
||||||
MAN_POSTINSTALL='/bin/rm -f $(mandir)/sudo.$(mansect).z ; /usr/bin/pack $(mandir)/sudo.$(mansect)'
|
MAN_POSTINSTALL=' /bin/rm -f $(mandir)/sudo.$(mansect).z ; /usr/bin/pack $(mandir)/sudo.$(mansect)'
|
||||||
if test -d /usr/share/catman/local; then
|
if test -d /usr/share/catman/local; then
|
||||||
MAN_PREFIX="/usr/share/catman/local"
|
MAN_PREFIX="/usr/share/catman/local"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user