wok diff grub2/receipt @ rev 5159

linux: fix stacked initrd desallocation
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 24 20:46:57 2010 +0100 (2010-03-24)
parents 19b8908aeeca
children d175d68b10f5
line diff
     1.1 --- a/grub2/receipt	Wed Nov 11 23:27:08 2009 +0100
     1.2 +++ b/grub2/receipt	Wed Mar 24 20:46:57 2010 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	chmod +x install-sh
     1.8  	./configure --prefix=/usr --sysconfdir=/etc \
     1.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&