cd $SOURCE_DIRECTORY  && 
scons install  &&

echo -e "\n\nEverything built fine, now you should take a look at 
http://swiki.hfbk-hamburg.de:8888/MusicTechnology/558 for further 
instructions on how to use supercollider."

echo -e "\nInstalling scfront..."

cp -f $SCRIPT_DIRECTORY/scfront.tk /usr/bin/scfront &&
chmod 755 /usr/bin/scfront &&

echo "Done!"

echo -e "\nAdding SC_LIB_DIR to /etc/profile..." &&
mkdir -p ${INSTALL_ROOT}/etc/profile.d/ &&
install -m 0644 $SCRIPT_DIRECTORY/sc.sh ${INSTALL_ROOT}/etc/profile.d/
echo "Done!"
