diff -r 504c3ad987d1 -r 0cc89097fd50 STXInstaller.st --- a/STXInstaller.st Mon Sep 16 09:58:12 1996 +0200 +++ b/STXInstaller.st Tue Sep 17 00:05:40 1996 +0200 @@ -332,7 +332,7 @@ msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection. - OperatingSystem executeCommand:('cd stxLibDir/doc/online ; make links'). + OperatingSystem executeCommand:('cd ' , stxLibDir , '/doc/online ; make links'). ^ true "Created: 17.7.1996 / 15:24:19 / cg"