mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 19:52:52 +00:00
Add 5.2 - extract source before building
This commit is contained in:
parent
75b8cdc66b
commit
d4391a5ef1
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources/binutils-2.39.tar.xz
|
||||
tar xf binutils-2.39.tar.xz
|
||||
cd $LFS/sources/binutils-2.39
|
||||
|
||||
mkdir -v build
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue