Add bc-1.07.1.

This commit is contained in:
Andrius Štikonas 2023-02-27 09:44:06 +08:00
parent b8446054f2
commit 58d1206c83
5 changed files with 31 additions and 0 deletions

View file

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