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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- fix-logo.pl
0
++ fix-logo.pl
Lines 22-28 Link Here
22
	if (/^--icondir=(.*)$/) { $icondir = $1; }
22
	if (/^--icondir=(.*)$/) { $icondir = $1; }
23
}
23
}
24
24
25
$distribution = `lsb_release -si`;
25
$distribution = 'gentoo linux';
26
chomp $distribution;
26
chomp $distribution;
27
$dist = lc($distribution);
27
$dist = lc($distribution);
28
28

Return to bug 453664