#! /bin/bash

if [ ! -f configure ]; then
  cd ..
fi

cp -fp lermen/src-clean/* src

