checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 17 Sep 1996 00:05:40 +0200
changeset 20 0cc89097fd50
parent 19 504c3ad987d1
child 21 3ae721af82c8
checkin from browser
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"