(Re-posted with correct subject) Hi all,
I have dl'd jigdo-win-0.7.2 and used it successfully to initially get 2 debian dvd images. However, when running it a second time to get any updates to the images (after mounting the iso's at Y:\ and Z:\), the "scanFiles" routine in jigdo-lite is not called for the second image, so it scans the iso for the first image (which was mounted at Y: \, as replied for the first image). I made a small change to the jigdo-lite script to correct this problem. diff -u is pasted below. HTH Peter --- jigdo-lite 2007-02-28 11:53:54.210960500 -0500 +++ jigdo-lite.bak 2005-07-09 09:10:54.000000000 -0400 @@ -525,7 +525,7 @@ input "" fi - if $askQuestions || $askScan; then + if $askQuestions; then # Ask questions and scan dirs, set up $filesToScan scanFiles || return 1 if $batch; then selectServers; fi @@ -779,11 +779,6 @@ #________________________________________ askQuestions=true -if $batch; then - askScan=true -else - askScan=false -fi for url in "$@"; do selectImage "$url" done ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]