mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Update sed to 4.0.7.
This commit is contained in:
parent
4b88b5a6f0
commit
58b85adbf9
7 changed files with 46 additions and 26 deletions
|
|
@ -75,9 +75,9 @@ popd
|
|||
|
||||
mkdir -p ../sources
|
||||
|
||||
# sed 1.18
|
||||
cp sed-1.18.kaem tmp/after
|
||||
cp -r sed-1.18 tmp/after
|
||||
# sed 4.0.7
|
||||
cp sed-4.0.7.kaem tmp/after
|
||||
cp -r sed-4.0.7 tmp/after
|
||||
|
||||
# General cleanup
|
||||
find tmp -name .git -exec rm -rf \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue