From 288c9f9e8dc9d9f3ed098eb645fbe7a4da14ddf1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 18 Aug 2018 17:50:11 +0200 Subject: [PATCH] - coreutils: bump version to 8.30 --- .../coreutils-fix-coolstream-build.patch | 44 ++++--------------- make/archives.mk | 2 +- 2 files changed, 9 insertions(+), 37 deletions(-) diff --git a/archive-patches/coreutils-fix-coolstream-build.patch b/archive-patches/coreutils-fix-coolstream-build.patch index 00a971c7..d4848c73 100644 --- a/archive-patches/coreutils-fix-coolstream-build.patch +++ b/archive-patches/coreutils-fix-coolstream-build.patch @@ -1,50 +1,22 @@ -From 05c95b740a02c3859752ea0c9b12c7a299ba42d4 Mon Sep 17 00:00:00 2001 -Message-Id: <05c95b740a02c3859752ea0c9b12c7a299ba42d4.1387717153.git.striper@gmx.de> -From: striper -Date: Sun, 22 Dec 2013 13:59:01 +0100 -Subject: [PATCH] - fix coolstream build - ---- - man/dummy-man | 7 ------- - man/local.mk | 5 ----- - 2 files changed, 12 deletions(-) - diff --git a/man/dummy-man b/man/dummy-man -index dca2b67..ee6355f 100755 +index e298295..73846b7 100755 --- a/man/dummy-man +++ b/man/dummy-man -@@ -38,14 +38,7 @@ while test $# -gt 0; do +@@ -37,17 +37,10 @@ while test $# -gt 0; do shift done -test $# -gt 0 || fatal_ "missing argument" -test $# -le 1 || fatal_ "too many non-option arguments" - + dist_man=$(printf '%s\n' "$include" | sed 's/\.x$/.1/') + test -f "$dist_man" && cp "$dist_man" "$output" && exit || : + baseout=`basename_ "$output"` -sed 's/^/WARNING: /' >&2 <