mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ports: Clone Git repositories to the actual workdir
This commit is contained in:
committed by
Jelle Raaijmakers
parent
34940821f6
commit
e12e833eaa
@@ -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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='gn'
|
||||
workdir='gn'
|
||||
version='2023.07.12'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
|
||||
Reference in New Issue
Block a user