From dfd5b4d38fbe6bba2fd824a8a3709f1cf0586404 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Oct 2004 14:30:48 +0000 Subject: force patches to be converted -p1 --- toolchain/patch-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/patch-kernel.sh b/toolchain/patch-kernel.sh index 4156c2298..79401c2a7 100755 --- a/toolchain/patch-kernel.sh +++ b/toolchain/patch-kernel.sh @@ -36,7 +36,7 @@ for i in ${patchdir}/${patchpattern} ; do esac echo "" echo "Applying ${i} using ${type}: " - ${uncomp} ${i} | patch ${patch_level:--p1} -E -d ${targetdir} + ${uncomp} ${i} | patch -p1 -E -d ${targetdir} if [ $? != 0 ] ; then echo "Patch failed! Please fix $i!" exit 1 -- cgit v1.2.3