aboutsummaryrefslogtreecommitdiff
path: root/install-win32/getpkcs11helper
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-03-10 10:02:20 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-03-10 10:02:20 +0000
commitcefe973e4ceca649a08749fb3c7f09ef09d2d145 (patch)
treeb280e66ca98b00de8337750b4cd3b1c9edb93579 /install-win32/getpkcs11helper
parentAdded new OpenVPN icon and installer graphic. (diff)
downloadopenvpn-cefe973e4ceca649a08749fb3c7f09ef09d2d145.tar.xz
First working version of XGUI inclusion.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2834 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/getpkcs11helper')
-rw-r--r--install-win32/getpkcs11helper4
1 files changed, 3 insertions, 1 deletions
diff --git a/install-win32/getpkcs11helper b/install-win32/getpkcs11helper
index 7399c1b..2a34c6e 100644
--- a/install-win32/getpkcs11helper
+++ b/install-win32/getpkcs11helper
@@ -8,7 +8,9 @@ if [ -d "$PKCS11_HELPER_DIR" ] ; then
mkdir -p $GENOUT/lib &>/dev/null
for f in libpkcs11-helper-1.dll ; do
cp $PKCS11_HELPER_DIR/bin/$f $GENOUT/lib
- strip $GENOUT/lib/$f
+ if [ -z "$NO_STRIP" ]; then
+ strip $GENOUT/lib/$f
+ fi
done
else
echo PKCS11-helper DIR $PKCS11_HELPER_DIR NOT FOUND