mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Build gzip 1.2.4.
This commit is contained in:
parent
3405518e2e
commit
238e9359b0
3 changed files with 48 additions and 0 deletions
|
|
@ -87,6 +87,14 @@ popd
|
|||
cp "$(basename $url .tar.gz).kaem" tmp/after
|
||||
tar -C tmp/after -xf "../sources/$(basename $url)"
|
||||
|
||||
# gzip 1.2.4
|
||||
url=https://ftp.gnu.org/gnu/gzip/gzip-1.2.4.tar
|
||||
pushd ../sources
|
||||
wget --continue "$url"
|
||||
popd
|
||||
cp "$(basename $url .tar).kaem" tmp/after
|
||||
cp "../sources/$(basename $url)" tmp/after
|
||||
|
||||
# General cleanup
|
||||
find tmp -name .git -exec rm -rf \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue