Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > dae79cb7b3d4401be0c20ee99c479a4a > files > 8

icecream-0.9.6-2.fc13.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:%'`