From: Todd C. Miller Date: Sun, 19 Nov 1995 02:35:38 +0000 (+0000) Subject: replaced $man_prefix with $mandir X-Git-Tag: SUDO_1_4_0~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eb9954c21abb91d35d473a9236d074e0e8daee0;p=sudo replaced $man_prefix with $mandir --- diff --git a/Makefile.in b/Makefile.in index cc618c449..c2ecf4ad2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,8 +77,8 @@ sudoersdir = $(sysconfdir) mantype = @MANTYPE@ mansect8 = 8 mansect5 = 5 -mandir8 = $(man_prefix)/$(mantype)$(mansect8) -mandir5 = $(man_prefix)/$(mantype)$(mansect5) +mandir8 = $(mandir)/$(mantype)$(mansect8) +mandir5 = $(mandir)/$(mantype)$(mansect5) # User and Group the installed file should be owned by owner = root