linux-headers-2.6.28: Verbosely apply the patch against `unifdef.c'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18692
This commit is contained in:
Ludovic Courtès 2009-11-29 14:59:41 +00:00
parent 641101c7fd
commit 83f8715475

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
patchPhase = ''
patch -p1 "${./unifdef-getline.patch}"
patch --verbose -p1 "${./unifdef-getline.patch}"
sed -i '/scsi/d' include/Kbuild
'';