Add tac to coreutils-5.0.

This commit is contained in:
Andrius Štikonas 2022-06-22 18:26:27 +01:00
parent 483bf555aa
commit a0cb0dfd60
6 changed files with 35 additions and 4 deletions

View file

@ -34,6 +34,7 @@ patch -Np0 -i ../../patches/mbstate.patch
patch -Np0 -i ../../patches/ls-strcmp.patch
patch -Np0 -i ../../patches/touch-getdate.patch
patch -Np0 -i ../../patches/touch-dereference.patch
patch -Np0 -i ../../patches/tac-uint64.patch
# Build and install
make -f Makefile PREFIX=${prefix}
@ -89,6 +90,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
/usr/bin/unlink \
/usr/bin/wc \
/usr/bin/whoami \
/usr/bin/tac \
/usr/bin/test \
/usr/bin/touch \
/usr/bin/true \