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

Collapse All | Expand All

(-)portage-utils-0.1.24.orig/main.c (+1 lines)
Lines 505-510 Link Here
505
	f = 0;
505
	f = 0;
506
	if (readlink("/etc/make.profile", profile, sizeof(profile)) == -1)
506
	if (readlink("/etc/make.profile", profile, sizeof(profile)) == -1)
507
		strcpy(profile, "/etc/make.profile");
507
		strcpy(profile, "/etc/make.profile");
508
	chdir("/etc");
508
	do {
509
	do {
509
		if (f == 0)
510
		if (f == 0)
510
			snprintf(portage_file, sizeof(portage_file), "%s/make.defaults", profile);
511
			snprintf(portage_file, sizeof(portage_file), "%s/make.defaults", profile);

Return to bug 168442