STXInstaller.st
changeset 27 8c5195f9508a
parent 26 6975669b213b
child 28 b3a8378dd626
--- a/STXInstaller.st	Wed Oct 09 12:24:20 1996 +0200
+++ b/STXInstaller.st	Wed Oct 09 18:35:28 1996 +0200
@@ -127,8 +127,9 @@
     |fileSpec|
 
     fileSpec := #(
-                "/ name                               destination   subDir               required mode      
+                "/ name                             destination  subDir             required mode      
                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
+                ( 'projects/smalltalk/stx'              #bin     nil                  true  '755' )
                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
@@ -179,13 +180,13 @@
                 ( 'libwidg/libwidg.*'                        #libBin     nil      false '644' )
                 ( 'libwidg2/libwidg2.*'                      #libBin     nil      false '644' )
                 ( 'libwidg3/libwidg3.*'                      #libBin     nil      false '644' )
-                ( 'libsnmp/libsnmp.*'                        #libBin     nil      false '644' )
-                ( 'contrib/libPVM/libPVM.*'                  #libBin     nil      false '644' )
+"/                ( 'libsnmp/libsnmp.*'                        #libBin     nil      false '644' )
+"/                ( 'contrib/libPVM/libPVM.*'                  #libBin     nil      false '644' )
                 ( 'goodies/persistency/libdbase.*'           #libBin     nil      false '644' )
-                ( 'libtable/libtable.*'                      #libBin     nil      false '644' )
+"/                ( 'libtable/libtable.*'                      #libBin     nil      false '644' )
                 ( 'libtool/libtool.*'                        #libBin     nil      false '644' )
-                ( 'libxt/libxt.*'                            #libBin     nil      false '644' )
-                ( 'librt/librt.*'                            #libBin     nil      false '644' )
+"/                ( 'libxt/libxt.*'                            #libBin     nil      false '644' )
+"/                ( 'librt/librt.*'                            #libBin     nil      false '644' )
         ).
     ].