Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274119 | Differences between
and this patch

Collapse All | Expand All

(-)layout/support.c.orig (-1 / +1 lines)
Lines 71-77 Link Here
71
                gstrdel(extension);
71
                gstrdel(extension);
72
            	if (gmstrcpy(&mirror, tmp_file, "/", entry->d_name, 0) == -1)
72
            	if (gmstrcpy(&mirror, tmp_file, "/", entry->d_name, 0) == -1)
73
            		continue;
73
            		continue;
74
            	if ((descriptor = open(mirror, O_WRONLY | O_CREAT)) == -1)
74
            	if ((descriptor = open(mirror, O_WRONLY | O_CREAT, 0777)) == -1)
75
            		continue;
75
            		continue;
76
            	if (close(descriptor) == -1)
76
            	if (close(descriptor) == -1)
77
            		continue;
77
            		continue;

Return to bug 274119