# HG changeset patch # User Claus Gittinger # Date 844878928 -7200 # Node ID 8c5195f9508a249d59a31cc5199e9d1a27a78df3 # Parent 6975669b213ba746087c850a9a859985593c3f7c also install stx. Dont install libtable, librt, libsnmp and libPVM. diff -r 6975669b213b -r 8c5195f9508a STXInstaller.st --- 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' ) ). ].