From d698dcfaa1f55a684b7dd4704c020e37eb6e8b07 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Jul 2014 01:26:35 -0500 Subject: update manpage links list --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 66b50e3..1d8fe7a 100755 --- a/update.sh +++ b/update.sh @@ -396,8 +396,8 @@ crypto_excludes=( echo "install-data-hook:" >> Makefile.am cp ../$openssl_cmd_src/openssl.1 . source links - for i in $MANLINKS; do + for i in $MLINKS; do IFS=","; set $i; unset IFS - echo " \$(LN_S) \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am + echo " \$(LN_S) -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am done ) -- cgit v1.2.3-55-g6feb