--- toast-linux	2004/04/19 21:28:52	1.31
+++ toast-linux	2004/04/19 21:54:00	1.32
@@ -1123,7 +1123,7 @@
   echo "$i:x:$uid:" >> "$target/etc/group"
   [ -r "$target/etc/user" ] || echo $i > "$target/etc/user"
   mkdir -p "$target/home/$i"
-  chown $i.$i "$target/home/$i"
+  chown $uid.$uid "$target/home/$i"
   let uid="1+$uid"
 done