(
  
  cd $SOURCE_DIRECTORY  &&
  make  &&
  prepare_install  &&
  mkdir -p /usr/lib/gkrellm2/plugins  &&
  make install
  
) > $C_FIFO 2>&1
