From d48a2fe802575ed548689280e76019d8b9ec1e0f Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Thu, 26 Dec 2019 14:58:15 +0800 Subject: [PATCH] revise coreutils --- coreutils-8.25-DIR_COLORS.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coreutils-8.25-DIR_COLORS.patch b/coreutils-8.25-DIR_COLORS.patch index d59ee76..5490258 100644 --- a/coreutils-8.25-DIR_COLORS.patch +++ b/coreutils-8.25-DIR_COLORS.patch @@ -188,7 +188,7 @@ index d2ea453..74c34ba 100644 -EXEC 01;32 +EXEC 38;5;40 -# List any file extensions like '.gz' or '.tar' that you would like ls + # List any file extensions like '.gz' or '.tar' that you would like ls # to colorize below. Put the extension, a space, and the color init string. @@ -83,122 +81,122 @@ EXEC 01;32 #.csh 01;32 @@ -287,7 +287,7 @@ index d2ea453..74c34ba 100644 +.dwm 38;5;9 +.esd 38;5;9 -# image formats + # image formats -.jpg 01;35 -.jpeg 01;35 -.mjpg 01;35 @@ -684,4 +684,3 @@ index d2ea453..95d6879 100644 -- 2.5.5 - -- Gitee