diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index a473ba298..3debc7f5d 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -6,7 +6,8 @@ added infinity, nebulus and xmms-crossfade - Benjamin Schieder: added hddtemp - Clifford Wolf: mine hotfix - - Kasza Karoly: fixed usbutils url + - Kasza Karoly: fixed usbutils url and scripts/Download to create the download + directory early *) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/scripts/Download b/scripts/Download index 58340104d..e8e9ab686 100755 --- a/scripts/Download +++ b/scripts/Download @@ -88,7 +88,7 @@ fi # Handle options passed on the command line # -mkdir -p src/ ; config=default +mkdir -p src/ download/ ; config=default mirror='' ; checkonly=0 ; altdir='' ; loop=1 tryques=0 ; nocheck=0 ; options='' notimeout=0 ; curl_options='--disable-epsv'