mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
* Remove the Reiser4 patch from Gentoo, it broke Grub, with a message like
Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage /boot/grub/menu.lst"... failed Error 15: File not found svn path=/nixpkgs/branches/stdenv-updates/; revision=10585
This commit is contained in:
parent
f27c53669a
commit
17a801ad4c
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
unpackFile $gentooPatches
|
unpackFile $gentooPatches
|
||||||
|
rm patch/400_all_grub-0.97-reiser4-20050808-gentoo.patch
|
||||||
for i in patch/*.patch; do
|
for i in patch/*.patch; do
|
||||||
echo "applying patch $i"
|
echo "applying patch $i"
|
||||||
patch -p1 < $i || patch -p0 < $i
|
patch -p1 < $i || patch -p0 < $i
|
||||||
|
Loading…
Reference in New Issue
Block a user