diff -r e08461c725fd -r 1867a0ff352a STXInstaller.st --- a/STXInstaller.st Tue Sep 10 13:46:44 1996 +0200 +++ b/STXInstaller.st Tue Sep 10 16:12:32 1996 +0200 @@ -80,7 +80,7 @@ "/ name destination subDir required mode ( 'projects/smalltalk/smalltalk' #bin nil true '755' ) ( 'projects/smalltalk/include' #lib nil true '644' ) - ( 'projects/smalltalk/*.rc' #lib nil false '644' ) + ( 'projects/smalltalk/*.rc' #lib nil true '644' ) ( 'projects/smalltalk/patches' #lib nil true '644' ) ( 'projects/smalltalk/bitmaps' #lib nil true '644' ) ( 'projects/smalltalk/resources' #lib nil true '644' ) @@ -98,7 +98,7 @@ ( 'stc/stc' #bin nil false '755' ) ( 'rules/stmkmp' #bin nil false '755' ) ( 'rules/stmkmf' #bin nil false '755' ) - ( 'include' #lib nil true '644' ) + ( 'include' #lib nil false '644' ) ( 'configurations' #lib nil false '644' ) ( 'rules' #lib nil false '644' ) @@ -137,7 +137,7 @@ installSourceFiles ifTrue:[ fileSpec := fileSpec , #( - ( 'projects/smalltalk/source' #lib nil true '644' ) + ( 'projects/smalltalk/source' #lib nil false '644' ) ). ].