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

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