mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-02 00:28:07 +00:00
add -xf flag to tar
accidentally removed it earlier
This commit is contained in:
parent
863f8afbe1
commit
3ffc9e199b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"mkdir -p /usr/lib/sdk/llvm18",
|
||||
"tar clang+llvm-18.1.8-x86_64-linux-gnu-ubuntu-18.04.tar --strip-components=1 -C /usr/lib/sdk/llvm18/"
|
||||
"tar -xf clang+llvm-18.1.8-x86_64-linux-gnu-ubuntu-18.04.tar --strip-components=1 -C /usr/lib/sdk/llvm18/"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue