canmove, Confirmed users
6,439
edits
Line 266: | Line 266: | ||
=== Add Index Files === | === Add Index Files === | ||
index.html was e-mailed to me by LegNeato, and I put it in ~ffxbld@stage | |||
<pre> | |||
# ffxbld@stage | |||
cd ~/firefox-4.0 | |||
cp ~/index.html . | |||
for dir in `find . -type d -mindepth 1`; do cp -pv index.html $dir/; done | |||
</pre> | |||
=== Push index files === | === Push index files === |