diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1062,7 +1062,7 @@ apply_patches() while read patch patchlevel ; do case patch in '#' ) continue ;; - * ) patch ${patchlevel:--p0} < $patch ;; + * ) patch ${patchlevel:--p1} < patches/$patch ;; esac done < patches/series } |