From 8b7b0e348ee46ef59fe1d2d3679b1a96992c5a13 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 29 May 2025 12:40:43 -0400 Subject: refactor: update uutils stuff --- coreutils-uutils-selinux/0001-update-selinux-progs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 coreutils-uutils-selinux/0001-update-selinux-progs.patch (limited to 'coreutils-uutils-selinux/0001-update-selinux-progs.patch') diff --git a/coreutils-uutils-selinux/0001-update-selinux-progs.patch b/coreutils-uutils-selinux/0001-update-selinux-progs.patch new file mode 100644 index 0000000..aee086f --- /dev/null +++ b/coreutils-uutils-selinux/0001-update-selinux-progs.patch @@ -0,0 +1,12 @@ +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -177,7 +177,8 @@ + + SELINUX_PROGS := \ + chcon \ +- runcon ++ runcon \ ++ stty + + ifneq ($(OS),Windows_NT) + PROGS := $(PROGS) $(UNIX_PROGS) -- cgit v1.2.3