diff options
| author | kj-sh604 | 2025-05-26 17:26:35 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-26 17:26:35 -0400 |
| commit | a3230aaf45185a885023d10486b6071ded042588 (patch) | |
| tree | 71d039bd5f1ba61789b789dc102e81bc20954904 /coreutils-uutils | |
| parent | 27d9848f76ab0bcca3bff18193e9692d3ef40bd1 (diff) | |
refactor: add credit and remove tests changes
(no tests are being ran, probably should though)
Diffstat (limited to 'coreutils-uutils')
| -rw-r--r-- | coreutils-uutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |
