if ! [ -d $GNUSTEP_SYSTEM_ROOT/Library ]
then
	    message "${ERROR}GNUstep system library dir does not exists."    &&
	    message "Recasting gnustep-gui lib may help you.${DEFAULT_COLOR}"
fi                                                                           &&

cp -rfv $BUILD_DIRECTORY/Cenon $GNUSTEP_SYSTEM_ROOT/Library
