mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Build sed 1.18.
This commit is contained in:
parent
90cd17e453
commit
d59f0f3495
3 changed files with 32 additions and 0 deletions
10
rootfs.sh
10
rootfs.sh
|
|
@ -73,6 +73,16 @@ ln -s /after/lib x86-mes
|
|||
ln -s /after/lib/linux .
|
||||
popd
|
||||
|
||||
mkdir -p ../sources
|
||||
|
||||
# sed
|
||||
url=ftp://ftp.gnu.org/gnu/sed/sed-1.18.tar.gz
|
||||
pushd ../sources
|
||||
wget --continue "$url"
|
||||
popd
|
||||
cp sed.kaem tmp/after
|
||||
tar -C tmp/after -xf ../sources/$(basename $url)
|
||||
|
||||
# General cleanup
|
||||
find tmp -name .git -exec rm -rf \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue