make install &&

if [ "$CWRAPME" == "y" ]
then
   message ${RED}Installing for bash in /etc/profile.d/cwrapper.sh${DEFAULT_COLOR}
   cp -fv ${SCRIPT_DIRECTORY}/cwrapper.sh ${INSTALL_ROOT}/etc/profile.d/cwrapper.sh
   message ${MESSAGE_COLOR}"Patching your /etc/sorcery/local/config"${DEFAULT_COLOR}
   echo "PATH=/sbin:/usr/sbin:/bin:/usr/bin" >> /etc/sorcery/local/config
else
   message ${MESSAGE_COLOR}"Well if you don't like it then don't worry"${DEFAULT_COLOR}
fi
