Administrators, MozillaWiki team
918
edits
No edit summary |
No edit summary |
||
| Line 107: | Line 107: | ||
# Sanity set ownership | # Sanity set ownership | ||
$> chown -R tbirdbld:thunderbird ~/thunderbird-3.0 | $> chown -R tbirdbld:thunderbird ~/thunderbird-3.0 | ||
# Create empty index.html files | |||
for dir in `find ~/thunderbird-3.0 -type d -mindepth 1`; do touch index.html $dir/; done | |||
# Pretty, consistent last-modified times | # Pretty, consistent last-modified times | ||