From cefe973e4ceca649a08749fb3c7f09ef09d2d145 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 10 Mar 2008 10:02:20 +0000 Subject: First working version of XGUI inclusion. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2834 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/makeservice | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install-win32/makeservice') diff --git a/install-win32/makeservice b/install-win32/makeservice index 688e0f5..647e178 100644 --- a/install-win32/makeservice +++ b/install-win32/makeservice @@ -24,7 +24,9 @@ if [ -d "$SVC_TEMPLATE" ] ; then # copy service to GENOUT/bin mkdir $GENOUT/bin &>/dev/null cp service-win32/${PRODUCT_UNIX_NAME}serv.exe $GENOUT/bin - strip $GENOUT/bin/${PRODUCT_UNIX_NAME}serv.exe + if [ -z "$NO_STRIP" ]; then + strip $GENOUT/bin/${PRODUCT_UNIX_NAME}serv.exe + fi else echo OpenVPN service not built -- template directory $SVC_TEMPLATE NOT FOUND fi -- cgit v1.2.3