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
|
|
@ -30,10 +30,10 @@ NETINST=true
|
|||
. ./config
|
||||
|
||||
#Enable udeb path by default
|
||||
patch -p1 < $DATA/enable_udeb_build.patch
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/enable_udeb_build.patch
|
||||
|
||||
#Fix udeb path usr/lib... instead of lib/...
|
||||
patch -p1 < $DATA/fix_path_on_udeb_files.patch
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/fix_path_on_udeb_files.patch
|
||||
|
||||
# dmsetup is needed for lvm work, the installer hangs without it
|
||||
sed '/Package: lvm2-udeb/,/^$/s/^Depends:/Depends: dmsetup-udeb,/' -i debian/control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue