wok diff grub/receipt @ rev 9633

Fix: remove libfm-dev since I removed libfm afew time ago
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:19:31 2011 +0200 (2011-04-26)
parents 7b9886355889
children d1768332cee0
line diff
     1.1 --- a/grub/receipt	Tue Jul 20 10:44:46 2010 +0200
     1.2 +++ b/grub/receipt	Tue Apr 26 15:19:31 2011 +0200
     1.3 @@ -38,8 +38,6 @@
     1.4  	chmod 655 $fs/usr/lib/grub/i386-pc/*
     1.5  	
     1.6  	# Strip.
     1.7 -	strip -s $fs/usr/bin/*
     1.8 -	strip -s $fs/usr/sbin/grub
     1.9  	# Example config file (menu.lst).
    1.10  	cp stuff/example-menu.lst $fs/boot/grub
    1.11  }