mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Build tar 1.12.
This commit is contained in:
parent
58b85adbf9
commit
3405518e2e
4 changed files with 65 additions and 0 deletions
|
|
@ -79,6 +79,14 @@ mkdir -p ../sources
|
|||
cp sed-4.0.7.kaem tmp/after
|
||||
cp -r sed-4.0.7 tmp/after
|
||||
|
||||
# tar 1.12
|
||||
url=https://ftp.gnu.org/gnu/tar/tar-1.12.tar.gz
|
||||
pushd ../sources
|
||||
wget --continue "$url"
|
||||
popd
|
||||
cp "$(basename $url .tar.gz).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