aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index a775a1a..3fc5d07 100755
--- a/update.sh
+++ b/update.sh
@@ -413,6 +413,6 @@ crypto_excludes=(
413 source links 413 source links
414 for i in $MLINKS; do 414 for i in $MLINKS; do
415 IFS=","; set $i; unset IFS 415 IFS=","; set $i; unset IFS
416 echo " \$(LN_S) -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am 416 echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
417 done 417 done
418) 418)