mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Clone Git repositories to the actual workdir
This commit is contained in:
parent
34940821f6
commit
e12e833eaa
Notes:
sideshowbarker
2024-07-17 05:03:11 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/e12e833eaa Pull-request: https://github.com/SerenityOS/serenity/pull/21177 Reviewed-by: https://github.com/gmta ✅
2 changed files with 1 additions and 2 deletions
|
@ -376,7 +376,7 @@ fetch_git() {
|
||||||
|
|
||||||
directory="$(basename "${repository}")"
|
directory="$(basename "${repository}")"
|
||||||
backing_copy="${PORT_META_DIR}/${directory}"
|
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 init --bare "${backing_copy}"
|
||||||
run_nocd git -C "${backing_copy}" config core.autocrlf false
|
run_nocd git -C "${backing_copy}" config core.autocrlf false
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='gn'
|
port='gn'
|
||||||
workdir='gn'
|
|
||||||
version='2023.07.12'
|
version='2023.07.12'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
|
|
Loading…
Reference in a new issue