aboutsummaryrefslogtreecommitdiff
path: root/src/fetch_pwd.cc
blob: aa61063f1b2ec60c26e2a10639e62381fe61e6aa (plain)
1
2
3
4
5
6
#include "fetch_pwd.hh"
#include "vars.hh"

void fetch_pwd(Pkg pkg) {
  std::filesystem::copy(std::filesystem::current_path(), pkg.src);
}