(

  TARGET=/opt/lunar/eclipse/plugins

  prepare_install  &&
  for source_file in $SOURCE $SOURCE1 $SOURCE2; do
          cp $SOURCE_CACHE/$source_file $TARGET
  done

) > $C_FIFO 2>&1
