Skip to content

Commit

Permalink
ci: correctly copy linux-headers
Browse files Browse the repository at this point in the history
Adding the `/` at the end allows for symlinking the directory and
avoiding a cp error.
  • Loading branch information
no92 committed Dec 26, 2023
1 parent 2c71bee commit a30b3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ packages:
from_source: linux
configure:
# custom build system requires in tree-ish builds
- args: ['cp', '-Tr', '@THIS_SOURCE_DIR@', '.']
- args: ['cp', '-Tr', '@THIS_SOURCE_DIR@/', '.']
build:
- args: |
LINUX_ARCH="@OPTION:arch@"
Expand Down

0 comments on commit a30b3c1

Please sign in to comment.