[intel/repo] update patch command
so .rej files for already applied patch aren't made
This commit is contained in:
parent
c175d6e905
commit
89c95b14a0
@ -76,7 +76,7 @@ cat << EOF >> "${tmp_path}"
|
|||||||
enabled_not_satisfied = enabled_use - pkguse
|
enabled_not_satisfied = enabled_use - pkguse
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
( cd / && patch -p1 < "${tmp_path}" 2>&1 > /dev/null ) # ignore any outcome
|
( cd / && patch -N -r - -p1 < "${tmp_path}" 2>&1 > /dev/null ) # ignore any outcome
|
||||||
rm -f "${tmp_path}"
|
rm -f "${tmp_path}"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -76,7 +76,7 @@ cat << EOF >> "${tmp_path}"
|
|||||||
enabled_not_satisfied = enabled_use - pkguse
|
enabled_not_satisfied = enabled_use - pkguse
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
( cd / && patch -p1 < "${tmp_path}" 2>&1 > /dev/null ) # ignore any outcome
|
( cd / && patch -N -r - -p1 < "${tmp_path}" 2>&1 > /dev/null ) # ignore any outcome
|
||||||
rm -f "${tmp_path}"
|
rm -f "${tmp_path}"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user