Add ed 1.4.

This commit is contained in:
Andrius Štikonas 2023-02-27 09:41:09 +08:00
parent 5cc4d959b4
commit b8446054f2
5 changed files with 26 additions and 0 deletions

View file

@ -228,6 +228,8 @@ build make-3.82
build curl-7.83.0
build ed-1.4
# Clear up some RAM space
grep '^build' "${SOURCES}/run.sh" | sed "s/build //" | sed "s/ .*$//" | while read -r p ; do
rm -rf "${SOURCES:?}/${p:?}"