From 09ebf7dec67b521eab90463f9a22678b40d4dbc7 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 19 May 2008 01:53:19 +0000 Subject: [PATCH] Do not copy deblob-check. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3563 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-main | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 || : -- 2.31.1