diff -r 3f0c8ccd0c33 -r 85114c70d811 STXInstaller.st --- a/STXInstaller.st Fri Oct 26 18:51:35 2001 +0200 +++ b/STXInstaller.st Fri Oct 26 18:51:56 2001 +0200 @@ -461,7 +461,7 @@ commandTraceView showCR:'removing symbolic links ...'. commandTraceView endEntry. self executeCommandAndShowOutput:cmd emphasize:false. -self halt. + cmd := '(cd ' , topDir , ' ; tar cf - .) | (cd ' , fullDir , ' ; tar xvf -)'. commandTraceView showCR:'copying ...'. commandTraceView endEntry.