From a3230aaf45185a885023d10486b6071ded042588 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Mon, 26 May 2025 17:26:35 -0400 Subject: refactor: add credit and remove tests changes (no tests are being ran, probably should though) --- coreutils-uutils/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils-uutils') diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD index 2cf7635..f4e346f 100644 --- a/coreutils-uutils/PKGBUILD +++ b/coreutils-uutils/PKGBUILD @@ -23,9 +23,9 @@ sha256sums=('e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf' prepare() { cd coreutils-$_uuver - sed 's|"bin"|"builduser"|g' -i tests/by-util/test_{chgrp,chown}.rs - # disable selinux in Makefile, upstream seems broken in parameter parsing - # SELINUX_ENABLE=0 should not enable SELINUX but fails + # the following is derived from the latest uutils-coreutils changes from Tobias Powalowski: + # disable selinux in Makefile, upstream seems broken in parameter parsing + # SELINUX_ENABLE=0 should not enable SELINUX but fails patch -Np1 -i ../../disable_selinux.patch } -- cgit v1.2.3