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...


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to