diff options
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index 8d82d66..83273b0 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1366,7 +1366,7 @@ pkg_total=`echo "$updated_packages" | wc -w` open_header "Apply local patches" cd $src_path for patch in $(ls -1 $src_patch_path); do - echo " - apply $patch" && patch -p 1 < $src_patch_path/$patch + echo " - apply $patch" && patch -p 1 -N -r - < $src_patch_path/$patch done # build/install |