Remove dircolors.h from coreutils 5.

It's not used but we can delete it anyway.

Fixes #176
This commit is contained in:
Andrius Štikonas 2022-06-15 21:04:18 +01:00
parent 119c96b9da
commit ff67cd6508
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@ catm config.h
# We will rebuild it
rm src/false.c
rm src/dircolors.h
patch -Np0 -i ../../patches/modechange.patch
patch -Np0 -i ../../patches/mbstate.patch
patch -Np0 -i ../../patches/ls-strcmp.patch

View File

@ -15,6 +15,8 @@ src_prepare() {
# Rebuild pregenerated file
rm -f src/false.c
rm -f src/dircolors.h
# Bison pre-generated file
rm lib/getdate.c