Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 00a8f6c1d0f4d1b0c546cb5297e73f2c > files > 5

icecream-0.6.20050608-235mdk.src.rpm

#!/bin/bash

if [ -d /usr/lib64/icecream ]; then
	ICECREAMDIR=/usr/lib64/icecream
else
	ICECREAMDIR=/usr/lib/icecream
fi

export ICECREAMDIR

# Test if ccache env is present so avoid set icecream on path
if [ ! -f /etc/sysconfig/ccache ]; then
	PATH=$ICECREAMDIR/bin:$PATH
	export PATH
fi