mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 19:52:52 +00:00
Fix source path after chroot
This commit is contained in:
parent
f7c95c0a9b
commit
57feb5f962
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf Python-3.10.6.tar.xz
|
||||
cd Python-3.10.6
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf texinfo-6.8.tar.xz
|
||||
cd texinfo-6.8
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf util-linux-2.38.1.tar.xz
|
||||
cd util-linux-2.38.1
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf gettext-0.21.tar.xz
|
||||
cd gettext-0.21
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf bison-3.8.2.tar.xz
|
||||
cd bison-3.8.2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $LFS/sources
|
||||
cd /sources
|
||||
tar xf perl-5.36.0.tar.xz
|
||||
cd perl-5.36.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue