aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index fe91b51..3956eb4 100755
--- a/update.sh
+++ b/update.sh
@@ -360,6 +360,10 @@ for i in patches/*.patch; do
360 $PATCH -p0 < $i 360 $PATCH -p0 < $i
361done 361done
362 362
363for i in patches/libcrypto*.diff; do
364 (cd crypto; $PATCH -p4 < ../$i)
365done
366
363# copy manpages 367# copy manpages
364echo "copying manpages" 368echo "copying manpages"
365echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am 369echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am