Let jake proceed if a man page cannot be copied

This commit is contained in:
Aparajita Fishman
2012-04-10 22:42:46 -04:00
parent 73641cb726
commit 6293380406
-3
View File
@@ -489,10 +489,7 @@ global.copyManPage = function(/*String*/ name, /*int*/ section)
if (!FILE.isDirectory(manDir))
{
if (sudo(["mkdir", "-p", "-m", "0755", manDir]))
{
stream.print("\0red(Unable to create the man directory.\0)");
OS.exit(1);
}
}
if (sudo(["cp", "-f", pageFile, manDir]))