Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89903
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- ufed-0.37.orig/ufed.pl
0
++ ufed-0.37/ufed.pl
Lines 237-244 Link Here
237
}
237
}
238
238
239
sub read_profiles() {
239
sub read_profiles() {
240
	$_ = readlink '/etc/make.profile';
240
	$_ = readlink '/etc/make.profile' or
241
	die "/etc/make.profile is not a symlink\n" if $!;
241
	die "/etc/make.profile is not a symlink\n";
242
	@profiles = norm_path '/etc', $_;
242
	@profiles = norm_path '/etc', $_;
243
	PARENT: {
243
	PARENT: {
244
		for(noncomments "$profiles[0]/parent") {
244
		for(noncomments "$profiles[0]/parent") {

Return to bug 89903