diff -r cdecb5b5d356 -r c8b7fd1fcec5 STXInstaller.st --- a/STXInstaller.st Fri Aug 01 16:39:37 1997 +0200 +++ b/STXInstaller.st Fri Aug 08 17:50:25 1997 +0200 @@ -182,23 +182,34 @@ ( 'configurations/vendor*' #lib 'configurations' false '644' ) ( 'rules' #lib nil false '644' ) - ( 'support/VGL/vogl/src/libvogl.*' #lib 'lib' false '644' ) - ( 'support/VGL/vogl/src/*.h' #lib 'include' false '644' ) - ( 'support/DLD/dld-3.2.5/libdld.*' #lib 'lib' false '644' ) - ( 'goodies/persistency/db-1.6/PORT/libdb.*' #lib 'lib' false '644' ) + ( 'support/VGL/vogl/src/libvogl.*' #lib 'lib' false '644' ) + ( 'support/VGL/vogl/src/*.h' #lib 'include' false '644' ) + ( 'support/DLD/dld-3.2.5/libdld.*' #lib 'lib' false '644' ) + + ( 'goodies/persistency/db-1.6/PORT/libdb.*' #lib 'lib' false '644' ) - ( 'librun/librun.*' #libBin nil false '644' ) - ( 'libbasic/libbasic.*' #libBin nil false '644' ) - ( 'libbasic2/libbasic2.*' #libBin nil false '644' ) - ( 'libbasic3/libbasic3.*' #libBin nil false '644' ) - ( 'libhtml/libhtml.*' #libBin nil false '644' ) - ( 'libcomp/libcomp.*' #libBin nil false '644' ) - ( 'libview/libview.*' #libBin nil false '644' ) - ( 'libview2/libview2.*' #libBin nil false '644' ) - ( 'libwidg/libwidg.*' #libBin nil false '644' ) - ( 'libwidg2/libwidg2.*' #libBin nil false '644' ) - ( 'libwidg3/libwidg3.*' #libBin nil false '644' ) - ( 'libui/libui.*' #libBin nil false '644' ) + ( 'librun/librun.*' #libBin nil false '644' ) + ( 'libbasic/libbasic.*' #libBin nil false '644' ) + ( 'libbasic2/libbasic2.*' #libBin nil false '644' ) + ( 'libbasic3/libbasic3.*' #libBin nil false '644' ) + ( 'libhtml/libhtml.*' #libBin nil false '644' ) + ( 'libcomp/libcomp.*' #libBin nil false '644' ) + ( 'libcomp/ObjFL*.o' #libBin nil false '644' ) + ( 'libcomp/ObjFL*.obj' #libBin nil false '644' ) + ( 'libcomp/ObjFL*.so' #libBin nil false '644' ) + ( 'libview/libview.*' #libBin nil false '644' ) + ( 'libview/GLX*.o' #libBin nil false '644' ) + ( 'libview/GLX*.obj' #libBin nil false '644' ) + ( 'libview/GLX*.so' #libBin nil false '644' ) + ( 'libview/XW*.o' #libBin nil false '644' ) + ( 'libview/XW*.obj' #libBin nil false '644' ) + ( 'libview/XW*.so' #libBin nil false '644' ) + ( 'libview2/libview2.*' #libBin nil false '644' ) + ( 'libwidg/libwidg.*' #libBin nil false '644' ) + ( 'libwidg2/libwidg2.*' #libBin nil false '644' ) + ( 'libwidg3/libwidg3.*' #libBin nil false '644' ) + ( 'libui/libui.*' #libBin nil false '644' ) + "/ ( 'libsnmp/libsnmp.*' #libBin nil false '644' ) "/ ( 'contrib/libPVM/libPVM.*' #libBin nil false '644' ) ( 'goodies/persistency/libdbase.*' #libBin nil false '644' ) @@ -222,7 +233,7 @@ ^ fileSpec - "Modified: 25.7.1997 / 21:39:52 / cg" + "Modified: 8.8.1997 / 17:44:32 / cg" ! ! !STXInstaller methodsFor:'installing'! @@ -422,7 +433,10 @@ 'This is normal behavior; since the CD may contain' 'broken symbolic links to non-existing packages' 'which are either not contained on your ordered' - 'package (i.e. non-commercial) or not yet published by eXept.' + 'package (i.e. non-commercial) or are not required' + 'for your architecture (and therefore not contained' + 'on the CD).' + '' ) do:[:line | commandTraceView showCR:((resources string:line) asText emphasizeAllWith:(#color->Color blue)). commandTraceView endEntry. @@ -442,7 +456,7 @@ Delay waitForSeconds:2. "Created: 2.3.1997 / 12:49:52 / cg" - "Modified: 2.3.1997 / 13:22:45 / cg" + "Modified: 8.8.1997 / 17:47:06 / cg" ! ! !STXInstaller methodsFor:'startup'!