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

@ -26,8 +26,8 @@ VERSION=1
# Add missing file on tarball (1.5.26)
cp $DATA/denylist.txt engine/
# Apply patch to fix removal of Latin American Spanish
patch -p1 < $DATA/fix_latam_spanish_blacklist.patch
patch -p1 < $DATA/simple.xml.in_1.5.27.patch
patch --no-backup-if-mismatch -p1 < $DATA/fix_latam_spanish_blacklist.patch
patch --no-backup-if-mismatch -p1 < $DATA/simple.xml.in_1.5.27.patch
changelog "Fix missing latam keyboard layout."