From 09fdc9c09bd9dc45b057f5ef2201486fb0bff41b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Jul 2014 10:51:28 -0500 Subject: [PATCH] source the proper man links file otherwise, this picks up 'links' in the path --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3fa94f0..bb19623 100755 --- a/update.sh +++ b/update.sh @@ -416,7 +416,7 @@ apps_excludes=( echo "dist_man_MANS += openssl.1" >> Makefile.am echo "install-data-hook:" >> Makefile.am cp ../$openssl_cmd_src/openssl.1 . - source links + source ./links for i in $MLINKS; do IFS=","; set $i; unset IFS echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am