From c97acc792a69cbcabfa05150b639ef6b11f877f9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 9 Dec 2011 23:23:16 -0800 Subject: * configure: Fix patching without quilt. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b6c91967..45804f50 100755 --- a/configure +++ b/configure @@ -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 } -- cgit v1.2.3