Robert T Wyatt wrote:
Christopher Johnston wrote:
I am trying to install a program via fink and have been instructed to copy a file to /sw/fink/dists/local/main/finkinfo/, but when I try to do that I get a 'permission denied' message. Does anyone know how to change the permissions to fink folders?

You might try using 'sudo' in front of your command as opposed to changing permissions on the folders.

OTOH, the folder /sw/fink/dists/local/main/finkinfo/ is really there for the $USER; there is no reason why it should be owned by root. Depending on the installation method, /sw/fink/dists/local/ and some subdirectories are created with root ownership, but the subdirectory main (which was probably manually created by the user anyway), could well be re-owned by the user:

  sudo chown -R $USER /sw/fink/dists/local/main/

--
Martin





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to