How do I change the default file permissions from 755 to 775?

I found a solution that sounds like it should work here:

but that didn’t work and directly changing the Dir.php file to 775 didn’t work either. My umask on my server is set to 002 so that shouldn’t be a problem…