# HG changeset patch # User Claus Gittinger # Date 842911540 -7200 # Node ID 0cc89097fd5046a73c3f6a0602a72ef4ae9d796c # Parent 504c3ad987d139013f1b414a573f72abb2e51ba0 checkin from browser 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"