use soft links for related man pages.
This matches the behavior of OpenSSL's installer and prevents hitting the max hard link limit on some file systems.
This commit is contained in:
parent
7dbc4ed363
commit
b0565945e4
@ -263,8 +263,7 @@ echo "copying manpages"
|
|||||||
for i in `cat ./links`; do
|
for i in `cat ./links`; do
|
||||||
IFS=","; set $i; unset IFS
|
IFS=","; set $i; unset IFS
|
||||||
if [ "$2" != "" ]; then
|
if [ "$2" != "" ]; then
|
||||||
echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \\" >> Makefile.am
|
echo " ln -sf $1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
||||||
echo " \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "" >> Makefile.am
|
echo "" >> Makefile.am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user