PKG Installing fixed

This commit is contained in:
Nekotekina 2014-07-13 02:39:43 +04:00
parent fc962de3dd
commit 21aedb518c

View file

@ -194,7 +194,7 @@ std::string rGetCwd()
bool rMkdir(const std::string &dir)
{
return mkdir(dir.c_str());
return !_mkdir(dir.c_str());
}
bool rMkpath(const std::string& path)