On Thu, Feb 18, 2010 at 09:41:38AM -0500, waldo kitty wrote: > On 2/18/2010 09:10, [email protected] wrote: >> On Thu, Feb 18, 2010 at 10:48:17AM -0300, Pino Zollo wrote: >>> Hi to the list, >>> I am just a beginner with lazarus.... >>> >>> I have installed it on my Debian 5.01....first fpc an then I have compiled >>> lazarus from sources copied in /usr/src/lazarus. >> >> Easiest way, but any user on your machine can modify /usr/src/lazarus >> Run as root: >> cd /usr/src/lazarus >> find -type d -print0 | xargs -0 chmod 777 >> find -type d -print0 | xargs -0 chmod 666 > > is the above a typo? first it set mode 777 and then sets the same things > to 666?? i think there's a booboo there... Yes, sorry
find -type f -print0 | xargs -0 chmod 666 But Mattias sends better and complex solution. Petr -- Petr Kristan . EPOS PRO s.r.o., Bozeny Nemcove 2625, 530 02 Pardubice tel: +420 466335223 Czech Republic (Eastern Europe) fax: +420 466510709 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
