From ff67cd6508d4dadc5c9102866bb5d96cebf32384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 15 Jun 2022 21:04:18 +0100 Subject: [PATCH] Remove dircolors.h from coreutils 5. It's not used but we can delete it anyway. Fixes #176 --- sysa/coreutils-5.0/coreutils-5.0.kaem | 2 ++ sysa/coreutils-5.0/coreutils-5.0.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sysa/coreutils-5.0/coreutils-5.0.kaem b/sysa/coreutils-5.0/coreutils-5.0.kaem index 476592e..28af9bd 100755 --- a/sysa/coreutils-5.0/coreutils-5.0.kaem +++ b/sysa/coreutils-5.0/coreutils-5.0.kaem @@ -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 diff --git a/sysa/coreutils-5.0/coreutils-5.0.sh b/sysa/coreutils-5.0/coreutils-5.0.sh index 55ccb6e..4252839 100755 --- a/sysa/coreutils-5.0/coreutils-5.0.sh +++ b/sysa/coreutils-5.0/coreutils-5.0.sh @@ -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