Skip to content

Commit

Permalink
Ports: Clone Git repositories to the actual workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi authored and gmta committed Sep 24, 2023
1 parent 3494082 commit e12e833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Ports/.port_include.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Ports/gn/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='gn'
workdir='gn'
version='2023.07.12'
useconfigure='true'
files=(
Expand Down

0 comments on commit e12e833

Please sign in to comment.