mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 14:55:24 +01:00
Add tac to coreutils-5.0.
This commit is contained in:
parent
483bf555aa
commit
a0cb0dfd60
6 changed files with 35 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue