From: lxoliva Date: Mon, 19 May 2008 01:53:19 +0000 (+0000) Subject: Do not copy deblob-check. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=09ebf7dec67b521eab90463f9a22678b40d4dbc7;p=releases.git Do not copy deblob-check. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3563 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-main b/deblob-main index fa8c7c6139b..ba716c2ef32 100755 --- a/deblob-main +++ b/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 || :