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:
@@ -263,8 +263,7 @@ echo "copying manpages"
|
||||
for i in `cat ./links`; do
|
||||
IFS=","; set $i; unset IFS
|
||||
if [ "$2" != "" ]; then
|
||||
echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \\" >> Makefile.am
|
||||
echo " \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
||||
echo " ln -sf $1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
|
||||
fi
|
||||
done
|
||||
echo "" >> Makefile.am
|
||||
|
Reference in New Issue
Block a user