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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- eutils.eclass
0
++ eutils.eclass
Lines 942-949 Link Here
942
	else
942
	else
943
		local desktop_name="${PN}-${SLOT}"
943
		local desktop_name="${PN}-${SLOT}"
944
	fi
944
	fi
945
	local desktop="${T}/$(echo ${exec} | sed 's:[[:space:]/:]:_:g')-${desktop_name}.desktop"
945
	local desktop="${T}/$(echo ${exec} | sed 's/.*\///' | sed 's:[[:space:]/:]:_:g')-${desktop_name}.desktop"
946
	#local desktop=${T}/${exec%% *:-${desktop_name}}.desktop
947
946
948
	cat <<-EOF > "${desktop}"
947
	cat <<-EOF > "${desktop}"
949
	[Desktop Entry]
948
	[Desktop Entry]

Return to bug 290102