diff options
| author | kj-sh604 | 2025-05-27 00:56:45 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 00:56:45 -0400 |
| commit | 20dd9649c35b09401fb511ad33892be6d25b9c9c (patch) | |
| tree | c66365313a9cc96e2ccbec9a90ef95e37389d32b /coreutils-uutils-selinux/0001-update-selinux-progs.patch | |
| parent | 784c5bdad0a12a31f933b6a405359170c7e5a618 (diff) | |
refactor: re-organize files
Diffstat (limited to 'coreutils-uutils-selinux/0001-update-selinux-progs.patch')
| -rw-r--r-- | coreutils-uutils-selinux/0001-update-selinux-progs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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) |
