mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
in the absence of any compeling information to suggest otherwise, fall
back to installing man pages in /usr/share/man, rather than /usr/man.
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ prefix="$PREFIX"
|
||||
dnl man pages (source)
|
||||
dnl also check if man page source is gzipped
|
||||
dnl (usually on Debian, but not Redhat pre-7.0)
|
||||
pkg_man_dir=${prefix}/man
|
||||
pkg_man_dir=${prefix}/share/man
|
||||
have_zipped_manpages=false
|
||||
for d in ${prefix}/share/man ${prefix}/man ; do
|
||||
if test -f $d/man1/man.1.gz
|
||||
|
||||
Reference in New Issue
Block a user