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

@ -23,7 +23,7 @@ BUILD_UNTIL=11.0
. ./config
# Apply patch to drop deprecated scripts running on trisquel-mini
patch -p1 < $DATA/drop_gnome-shell-overrides-migration.patch
patch --no-backup-if-mismatch -p1 < $DATA/drop_gnome-shell-overrides-migration.patch
sed -i "/gnome-shell-overrides-migration.desktop/d" debian/gnome-shell.install
changelog "Drop deprecated scripts running on trisquel-mini."