Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ac64de386cb07888afa4b574050eef5b > files > 9

icecream-0.9.6-4.fc15.src.rpm

# Leaves PATH unchanged if icecc is already there.
# If ccache is there, adds icecc _after_ it.
# Otherwise adds icecc to the beginning.

PATH=`echo $PATH | /bin/sed -e \
	'\%@LIBDIR@/icecc/bin% b
	s%@LIBDIR@/ccache%&:@LIBDIR@/icecc/bin%
	t
	s%^%@LIBDIR@/icecc/bin:%'`