mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Don't put \ at end of path
svn path=/branches/xmlbuildsystem/; revision=14722
This commit is contained in:
@@ -2550,7 +2550,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
|
||||
backend->outputDirectory );
|
||||
string bootcdReactosNoFixup = bootcdDirectory + SSEP "reactos";
|
||||
string bootcdReactos = PassThruCacheDirectory (
|
||||
NormalizeFilename ( bootcdReactosNoFixup ) + SSEP,
|
||||
NormalizeFilename ( bootcdReactosNoFixup + SSEP ),
|
||||
backend->outputDirectory );
|
||||
CLEAN_FILE ( bootcdReactos );
|
||||
string reactosInf = PassThruCacheDirectory (
|
||||
|
||||
Reference in New Issue
Block a user