--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- fix-logo.pl +++ fix-logo.pl @@ -22,7 +22,7 @@ if (/^--icondir=(.*)$/) { $icondir = $1; } } -$distribution = `lsb_release -si`; +$distribution = 'gentoo linux'; chomp $distribution; $dist = lc($distribution);