On May 3, 2007, at 2:12 AM, Michael Sweet wrote:

> [email protected] wrote:
>> Author: matt
>> Date: 2007-05-02 11:01:37 -0400 (Wed, 02 May 2007)
>> New Revision: 5797
>> Log:
>> STR #1632: replaced 'install -d' with 'mkdir -p', falling back to  
>> 'install' in case 'mkdir' could not be found (which I can't  
>> imagine happening. Now I hope that every implementation of 'mkdir'  
>> supports the '-p' flag.
>
> If you do that, you also must add a chmod command to force the
> permissions to 755 (something the install command does; what we
> probably want to do is use the install-sh command instead of mkdir -p)

Ah, I knew there must have been something. mkdir sets it to 777 &  
umask. I guess I need to undo this then, because I know nothing about  
instal-sh.

----
http://robowerk.com/


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to