Give the cache the same permissions as the installer does

This commit is contained in:
Jack Nagel 2014-07-06 22:06:09 -05:00
parent d5a01de8e3
commit 3952a4acc6

View File

@ -30,7 +30,7 @@ def cache
def mkpath def mkpath
unless exist? unless exist?
super super
chmod 0777 chmod 0775
end end
end end
} }