misc: improve patch and xargs default usage on helpers.
This commit is contained in:
parent
4ad5d3ae6f
commit
11a7c33983
60 changed files with 109 additions and 106 deletions
|
|
@ -46,10 +46,10 @@ sed -i '/snapd/d' debian/control
|
|||
rm update-from-web.sh
|
||||
|
||||
#Patch the test suite
|
||||
patch -p1 < $DATA/fix_test.patch
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/fix_test.patch
|
||||
|
||||
#Do not recommend extra repositories
|
||||
patch -p1 < $DATA/no_extra_repos.patch
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/no_extra_repos.patch
|
||||
|
||||
changelog "Removed references to non-free software"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue