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

Collapse All | Expand All

(-)../../../layman/gamerlay/games-util/steam-launcher/steam-launcher-1.0.0.47-r1.ebuild (+2 lines)
Lines 60-65 Link Here
60
	sed -i \
60
	sed -i \
61
		-e "s:/usr/bin/steam:${GAMES_BINDIR}/steam:" \
61
		-e "s:/usr/bin/steam:${GAMES_BINDIR}/steam:" \
62
		${S}/steam.desktop || die "sed failed" 
62
		${S}/steam.desktop || die "sed failed" 
63
64
	sed -i -e 's:exec "$LAUNCHSTEAMDIR:LD_LIBRARY_PATH="$(grep \"^/\" /etc/ld.so.conf | sed '"'"'\:a;N;$!ba;s/\\n/\:/g'"'"')" exec "$LAUNCHSTEAMDIR:g' ${S}/steam || die "sed failed"
63
}
65
}
64
66
65
src_install() {
67
src_install() {

Return to bug 531990