--- toast-linux	2005/02/27 05:39:04	1.145
+++ toast-linux	2005/03/01 05:22:12	1.146
@@ -970,7 +970,7 @@
 while read x; do
   case "$x" in "--- FILE"*) on="false";; esac
   $on && echo "$x" >> "mnt/tmp/$dir/.config"
-  case "$x" in "--- FILE linux-config-largek ---") on="true";; esac
+  case "$x" in "--- FILE linux-config-target ---") on="true";; esac
 done < configure
 if [ ! -s "mnt/tmp/$dir/.config" ]; then
   echo "uh-oh..."
@@ -1274,7 +1274,7 @@
   if [ -r "$ffile" ]; then
     echo "$act process aborted"
   else
-    date +'%s' > "$topdir/$act-eta/tmp"
+    date +'%s' > "$topdir/$act-eta.tmp"
     mv "$topdir/$act-eta.tmp" "$topdir/$act-eta"
     echo "$act process completed"
   fi