From 2e5d1571dcbad06c1e2171340e96ce07f02ef437 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 27 May 2025 15:31:13 -0400 Subject: kj-gitbot: PKGBUILD --- coreutils-uutils/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD index e9d4180..3d3dc5c 100644 --- a/coreutils-uutils/PKGBUILD +++ b/coreutils-uutils/PKGBUILD @@ -79,10 +79,10 @@ package() { # create dummy shell scripts for chcon and runcon install -m 755 <(echo "#!/bin/sh -echo \"error: chcon not built with coreutils-uutils package\" +echo \"warning: chcon is no longer built with the coreutils-uutils package\" exit 1") $pkgdir/usr/bin/chcon install -m 755 <(echo "#!/bin/sh -echo \"error: runcon not built with coreutils-uutils package\" +echo \"warning: runcon is no longer built with the coreutils-uutils package\" exit 1") $pkgdir/usr/bin/runcon } -- cgit v1.2.3