rm_source_dir  $SOURCE_DIRECTORY.bld &&

if ! grep -q /usr/X11R6/lib /etc/ld.so.conf
then echo "/usr/X11R6/lib/" >> /etc/ld.so.conf
     ldconfig
fi
