diff --git a/mozilla/cmd/macfe/central/uapp.cp b/mozilla/cmd/macfe/central/uapp.cp index c154a77c40d..a51057d0ff5 100644 --- a/mozilla/cmd/macfe/central/uapp.cp +++ b/mozilla/cmd/macfe/central/uapp.cp @@ -563,9 +563,13 @@ static void AssertRequiredGuts() { // Ensure that the folder exists (even if pointed to by an alias) and actually _is_ a folder Boolean targetIsFolder, targetWasAliased; + + // Temporarly commented out until the Essential Files folder can be generated by the build again + /* if ( (ResolveAliasFile(&gutsFolderSpec, true, &targetIsFolder, &targetWasAliased) != noErr) || !targetIsFolder ) RequiredGutsNotFoundAlert(); + */ } // ...and finally, publish the found spec where other routines in the app can find it