I installed fink fresh from the 0.14.0 tarball.

When I add the unstable trees and use the rsync method for update it
fails.

The reason is that fink says:

  mkdir 10.2/unstable/main

however, 10.2/unstable does not exist and therefore the "main"
directory can not be made inside of it.

The quickfix would be to pass "-p" to mkdir:

  mkdir -p 10.2/unstable/main

this will force it to create any necessary parent directories.

-- jeremy avnet / brainsik .:.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to