mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Rename 'base' to 'installbase' for CdFile, InstallFile and Bootstrap
Patch by Marc Piulachs, marc dot piulachs at codexchange dot net See issue #2706 for more details. svn path=/trunk/; revision=29330
This commit is contained in:
@@ -97,7 +97,7 @@ Bootstrap::Initialize ()
|
||||
"<bootstrap> is not applicable for this module type." );
|
||||
}
|
||||
|
||||
const XMLAttribute* att = node.GetAttribute ( "base", false );
|
||||
const XMLAttribute* att = node.GetAttribute ( "installbase", false );
|
||||
if ( att != NULL )
|
||||
base = ReplaceVariable ( "$(CDOUTPUT)", Environment::GetCdOutputPath (), att->value );
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user