summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-05-27 15:31:13 -0400
committerkj-sh6042025-05-27 15:31:13 -0400
commit2e5d1571dcbad06c1e2171340e96ce07f02ef437 (patch)
treed12406a7e06c96d072e91ff49e4302c39b1050aa
parent1a4f3df7b050b8d4fdfd9fa667f91ac0ab7fd7b2 (diff)
kj-gitbot: PKGBUILD
-rw-r--r--coreutils-uutils/PKGBUILD4
1 files 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
}