Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit ab94db5706
240 changed files with 2752 additions and 855 deletions

View File

@ -3,9 +3,11 @@ bash 5.2.37
https://ftp.gnu.org/gnu/bash/bash-5.2.37.tar.gz
``` sh *** build ***
grep -q '#include <unistd.h>' lib/termcap/tparam.c || sed -i '/# include <stdlib.h>/a #include <unistd.h>' lib/termcap/tparam.c &&
./configure --prefix=/pkg/gnu/bash &&
make -j$(nproc) && make install &&
grep -q '#include <unistd.h>' lib/termcap/tparam.c || sed -i '/# include <stdlib.h>/a #include <unistd.h>' lib/termcap/tparam.c
./configure --prefix=/pkg/gnu/bash
make -j$(nproc)
make install
ln /pkg/gnu/bash/bin/bash /pkg/gnu/bash/bin/sh
```