r6774 - trunk/packaging
ag-cvs.mcs.anl.gov at ci.uchicago.edu
ag-cvs.mcs.anl.gov at ci.uchicago.edu
Fri Apr 9 16:12:03 CDT 2010
Author: turam
Date: 2010-04-09 16:12:03 -0500 (Fri, 09 Apr 2010)
New Revision: 6774
Modified:
trunk/packaging/BuildOpenSSL.py
Log:
Windowsify the open install dir name
Modified: trunk/packaging/BuildOpenSSL.py
===================================================================
--- trunk/packaging/BuildOpenSSL.py 2010-04-09 21:10:54 UTC (rev 6773)
+++ trunk/packaging/BuildOpenSSL.py 2010-04-09 21:12:03 UTC (rev 6774)
@@ -14,6 +14,9 @@
return ret
def BuildWindows():
+
+ opensslinstalldir = opensslinstalldir.replace('\\','\\\\')
+
ret = os.system("perl Configure VC-WIN32 --prefix=%s" % opensslinstalldir)
if ret:
return ret
More information about the ag-cvs
mailing list