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
|
|
@ -35,7 +35,7 @@ sed -i '/Package: grub-common/,/Built-Using:/s|Architecture: any|Architecture: a
|
|||
## updated to 2.04-1 on https://aur.archlinux.org/packages/grub-luks-keyfile/
|
||||
for i in $DATA/*.patch; do
|
||||
echo Applying patch $i
|
||||
patch -p1 < $i
|
||||
patch --no-backup-if-mismatch -p1 < $i
|
||||
done
|
||||
|
||||
#apt-get remove -y --force-yes dosfstools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue