You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2016/09/21 20:28:27 UTC

svn commit: r1761808 - /openoffice/trunk/main/external_deps.lst

Author: pescetti
Date: Wed Sep 21 20:28:26 2016
New Revision: 1761808

URL: http://svn.apache.org/viewvc?rev=1761808&view=rev
Log:
#i127128# Fix wrong URL for CURL package.

Modified:
    openoffice/trunk/main/external_deps.lst

Modified: openoffice/trunk/main/external_deps.lst
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1761808&r1=1761807&r2=1761808&view=diff
==============================================================================
--- openoffice/trunk/main/external_deps.lst (original)
+++ openoffice/trunk/main/external_deps.lst Wed Sep 21 20:28:26 2016
@@ -230,7 +230,7 @@ if (SYSTEM_EXPAT != YES)
 if (SYSTEM_CURL != YES)
     MD5 = c264788f2e4313a05140d712c1ec90c2
     name = curl-7.50.1.tar.gz
-    URL1 = http://curl.haxx.se/download/${name}
+    URL1 = http://curl.haxx.se/download/$(name)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
 if (WITH_CATA_FONTS == YES)