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 506-511 Link Here
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
	do {
508
	do {
509
		chdir("/etc");
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);
511
		IF_DEBUG(fprintf(stderr, "profile %s\n", files[f]));
512
		IF_DEBUG(fprintf(stderr, "profile %s\n", files[f]));

Return to bug 168442