Browse Source

Kasza Karoly: fixed scripts/Download to create the download directory early

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1548 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
dc0e1c89db
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      scripts/Download

+ 2
- 1
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)

+ 1
- 1
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'

Loading…
Cancel
Save