diff options
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ apps_excludes=( | |||
416 | echo "dist_man_MANS += openssl.1" >> Makefile.am | 416 | echo "dist_man_MANS += openssl.1" >> Makefile.am |
417 | echo "install-data-hook:" >> Makefile.am | 417 | echo "install-data-hook:" >> Makefile.am |
418 | cp ../$openssl_cmd_src/openssl.1 . | 418 | cp ../$openssl_cmd_src/openssl.1 . |
419 | source links | 419 | source ./links |
420 | for i in $MLINKS; do | 420 | for i in $MLINKS; do |
421 | IFS=","; set $i; unset IFS | 421 | IFS=","; set $i; unset IFS |
422 | echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am | 422 | echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am |