Skip to content

Commit

Permalink
Write _kernel_work_folder_abs and _kernel_source_folder_abs to BIG_UG…
Browse files Browse the repository at this point in the history
…LY_FROGMINER
  • Loading branch information
Tk-Glitch committed Jan 14, 2023
1 parent 129d26c commit 27a63d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,14 @@ _define_kernel_abs_paths() {
if [[ "$_kernel_work_folder" == /* ]]; then
_kernel_work_folder_abs="$_kernel_work_folder/linux-tkg/linux-src-git"
fi
echo -e "_kernel_work_folder_abs=\"$_kernel_work_folder_abs\"" >> "$_where"/BIG_UGLY_FROGMINER

_kernel_source_folder_abs="$_where/$_kernel_source_folder/linux-kernel.git"
if [[ "$_kernel_source_folder" == /* ]]; then
_kernel_source_folder_abs="$_kernel_source_folder/linux-tkg/linux-kernel.git"
fi
echo -e "_kernel_source_folder_abs=\"$_kernel_source_folder_abs\"" >> "$_where"/BIG_UGLY_FROGMINER

}


Expand Down

0 comments on commit 27a63d3

Please sign in to comment.