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

(-)rss-glx-0.7.6.ebuild.old (-2 / +2 lines)
Lines 40-47 Link Here
40
	if [ -n "`use kde`" ]; then
40
	if [ -n "`use kde`" ]; then
41
		find . -name '*.desktop' -exec \
41
		find . -name '*.desktop' -exec \
42
			sed -i \
42
			sed -i \
43
				-e 's:Exec=kxsrun \(.*\):Exec=kxsrun /usr/lib/xscreensaver/\1:g' \
43
				-e 's:Exec=kxsrun \(.*\):Exec=kxsrun \1:g' \
44
				-e 's:Exec=kxsconfig \(.*\):Exec=kxsconfig /usr/lib/xscreensaver/\1:g' \
44
				-e 's:Exec=kxsconfig \(.*\):Exec=kxsconfig \1:g' \
45
				'{}' \
45
				'{}' \
46
			\; \
46
			\; \
47
			|| die "couldnt sed desktop files"
47
			|| die "couldnt sed desktop files"

Return to bug 43173