X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-main;h=ba716c2ef3277ada225371371dcd858209276870;hb=09ebf7dec67b521eab90463f9a22678b40d4dbc7;hp=fa8c7c6139b365f33f22c58c8bbf6fbf8e451584;hpb=b5bf6b4363294d1de5ce75d234130387c8be6250;p=releases.git diff --git a/deblob-main b/deblob-main index fa8c7c6139b3..ba716c2ef327 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 || :