mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
3e75861e47
commit
b3ceb45bbd
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
|
||||||
content += "rd /Q /S \"%%ROOTPATH%%\\patch\"\n";
|
content += "rd /Q /S \"%%ROOTPATH%%\\patch\"\n";
|
||||||
content += "if exist \"%%ROOTPATH%%\\patch\" goto looppatch\n";
|
content += "if exist \"%%ROOTPATH%%\\patch\" goto looppatch\n";
|
||||||
#else
|
#else
|
||||||
content += "rm -rf \"$ROOTPATH/patch\"\n");
|
content += "rm -rf \"$ROOTPATH/patch\"\n";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue