[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r4165: OpenSSL will complain if you don't put the equals sign in he (vidalia/trunk/pkg/win32)



Author: edmanm
Date: 2009-11-13 20:20:44 -0500 (Fri, 13 Nov 2009)
New Revision: 4165

Modified:
   vidalia/trunk/pkg/win32/build-vidalia-installer.txt
Log:

OpenSSL will complain if you don't put the equals sign in here.


Modified: vidalia/trunk/pkg/win32/build-vidalia-installer.txt
===================================================================
--- vidalia/trunk/pkg/win32/build-vidalia-installer.txt	2009-11-08 18:35:31 UTC (rev 4164)
+++ vidalia/trunk/pkg/win32/build-vidalia-installer.txt	2009-11-14 01:20:44 UTC (rev 4165)
@@ -68,7 +68,7 @@
 
 2.3. Configure the OpenSSL source code by running:
 
-    > perl Configure VC-WIN32 --prefix C:/OpenSSL/0.9.8k
+    > perl Configure VC-WIN32 --prefix=C:/OpenSSL/0.9.8k
 
 You can replace "C:/OpenSSL/0.9.8k" with another directory of your choice,
 but you MUST use forward slashes in the path.