View | Details | Raw Unified
Collapse All | Expand All

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