[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) -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
