From 12144b850f7dbff536b84e2d327e1a35400d6ddc Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 27 May 2025 13:52:18 -0400 Subject: refactor: package rename and pkgdesc changes --- coreutils-uutils/build-stty.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 coreutils-uutils/build-stty.patch (limited to 'coreutils-uutils/build-stty.patch') diff --git a/coreutils-uutils/build-stty.patch b/coreutils-uutils/build-stty.patch new file mode 100644 index 0000000..b08c8fd --- /dev/null +++ b/coreutils-uutils/build-stty.patch @@ -0,0 +1,30 @@ +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -75,8 +75,8 @@ + PROGS := \ + base32 \ + base64 \ +- basenc \ + basename \ ++ basenc \ + cat \ + cksum \ + comm \ +@@ -108,8 +108,8 @@ + more \ + mv \ + nl \ +- numfmt \ + nproc \ ++ numfmt \ + od \ + paste \ + pr \ +@@ -127,6 +127,7 @@ + sleep \ + sort \ + split \ ++ stty \ + sum \ + sync \ + tac \ -- cgit v1.2.3