From 9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 8 Oct 2008 04:53:19 +0000 Subject: Version 2.1_rc13 Minor fixes to Windows build scripts. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3417 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/getopenssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-win32/getopenssl') diff --git a/install-win32/getopenssl b/install-win32/getopenssl index 8c78f54..b772741 100644 --- a/install-win32/getopenssl +++ b/install-win32/getopenssl @@ -10,7 +10,7 @@ if [ -d "$OPENSSL_DIR" ] ; then for f in libeay32.dll libssl32.dll out/openssl.exe ; do cp $OPENSSL_DIR/$f $GENOUT/lib if [ -z "$NO_STRIP" ]; then - strip $GENOUT/lib/$f + strip $GENOUT/lib/`basename $f` fi done mv $GENOUT/lib/openssl.exe $GENOUT/bin -- cgit