Commit Diff


commit - a39938859387987d5aac6201600154a68fad7c40
commit + cf4b9eefb30c5fc1cfe246f4c5cafc11d0be793c
blob - bfad7cae17438406fa22fd059e6f2ebdea9af9d4
blob + a9b50b88f0a07b78af59945f4eec97c137392c54
--- dist/publish
+++ dist/publish
@@ -23,7 +23,7 @@ cp ss.html $root/screenshots/index.html
 
 rm -rf $root/../usr/local/plan9
 mkdir -p $root/../usr/local/plan9
-git archive HEAD | @{cd $root/../usr/local/plan9 && u tar xf -}
+@{cd ..; git archive HEAD} | @{cd $root/../usr/local/plan9 && u tar xf -}
 for(d in `{find $root/../usr/local/plan9 -type d}) {
 	9 rc ./mkdirlist $d `{echo $d | sed 's;.*/usr;/usr;'} >t1 && mv t1 $d/index.html
 }