mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 22:17:45 +00:00
Ports: Clone Git repositories to the actual workdir
This commit is contained in:
parent
34940821f6
commit
e12e833eaa
2 changed files with 1 additions and 2 deletions
|
@ -376,7 +376,7 @@ fetch_git() {
|
|||
|
||||
directory="$(basename "${repository}")"
|
||||
backing_copy="${PORT_META_DIR}/${directory}"
|
||||
working_copy="${PORT_BUILD_DIR}/${directory}"
|
||||
working_copy="${PORT_BUILD_DIR}/${workdir}"
|
||||
|
||||
run_nocd git init --bare "${backing_copy}"
|
||||
run_nocd git -C "${backing_copy}" config core.autocrlf false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue