blob: 40aad7c705a99e0376b51317f129f1b5f909cd84 (
plain)
1
2
3
4
5
6
7
|
chmod -R a-w miralib
cd miralib
chmod a+w ex/*.x preludx stdenv.x
chmod u+w . ex local
#makes miralib files read-only except for .x files
#to prevent users accidentally changing stdenv.m or manual pages
|