misc: improve patch and xargs default usage on helpers.

This commit is contained in:
Luis Guzmán 2023-10-07 07:55:41 +00:00
parent 4ad5d3ae6f
commit 11a7c33983
60 changed files with 109 additions and 106 deletions

View file

@ -49,7 +49,7 @@ sed '/fonts-/d' -i debian/control
sed '/high_contrast_item/d' -i src/menubar.vala
# Fix selection highlight on toggle buttons
cat << EOF | patch -p1
cat << EOF | patch --no-backup-if-mismatch -p1
--- a/src/toggle-box.vala 2022-12-05 19:49:25.898324331 -0500
+++ b/src/toggle-box.vala 2022-12-05 19:54:51.347291025 -0500
@@ -99,6 +99,8 @@