Darrin Thompson <[EMAIL PROTECTED]> writes:

| I thought that everything under /usr should be read only except to root
| or superuser. Is latex not yet compliant with that?
| 
| Darrin
| 
| > 
| > If it is a permission problem this should fix it:
| > 
| > cd /usr/share/
| > chmod -R a+rX texmf/

-R = recursive
a+rX = readable for all, + all directories with x already set, get x
for user,group,other.

You just make sure that everything is (at least) readonly.

        Lgb

Reply via email to