From d91c51b0213e89646a993efbb4ca22d1f276365c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 19 May 2008 01:53:19 +0000 Subject: Do not copy deblob-check. --- scripts/deblob-main | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/deblob-main') diff --git a/scripts/deblob-main b/scripts/deblob-main index fa8c7c613..ba716c2ef 100755 --- a/scripts/deblob-main +++ b/scripts/deblob-main @@ -165,7 +165,8 @@ echo Deblobbing within linux-$kver-$libre (cd linux-$kver-$libre && /bin/sh ../$deblob) || exit 1 rm -f linux-$kver-$libre.patch -cp $0 $deblob deblob-check linux-$kver-$libre +# Do not copy these scripts for now, deblob-check regards itself as a blog. +# cp -p $0 $deblob deblob-check linux-$kver-$libre echo Generating linux-$kver-$libre.patch diff -druN linux-$kver linux-$kver-$libre > linux-$kver-$libre.patch || : -- cgit v1.2.3