summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-09-14 00:14:53 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-09-15 02:07:21 -0400
commitdd93cc356b36f6e2130bada488f89c11daa1968e (patch)
treebca50cc46f63266e09baa2fc89826032a8f07de4
parent1e0e3a94a5239dc1a782a4d06f54d8b23bc86556 (diff)
housekeeping
-rw-r--r--libre/hplip/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD
index 504825b61..c4904357d 100644
--- a/libre/hplip/PKGBUILD
+++ b/libre/hplip/PKGBUILD
@@ -156,7 +156,7 @@ prepare() {
do sed -i "s|${match_rxs[$rx_n]}|${replace_rxs[$rx_n]}|" $(grep -rlI "${match_rxs[$rx_n]}")
done
- # sanity checks
+ # verify libre patching
local patch_msg='HPLIP upgrade is disabled by Archlinux for security reasons,'
local err_msg="ERROR: 'disable_upgrade.patch' not applied"
grep -A 1 "$patch_msg" upgrade.py | tail -n 1 | grep -q 'clean_exit(1)' ||