wok diff grub4dos/receipt @ rev 8586

Fix: remove src definition from libdaq-dev & rework files repartition between libdaq/libdaq-dev
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:36:07 2011 +0100 (2011-02-14)
parents 5af4ef0cffa1
children c08cda6805e8
line diff
     1.1 --- a/grub4dos/receipt	Fri Dec 24 17:06:42 2010 +0100
     1.2 +++ b/grub4dos/receipt	Mon Feb 14 03:36:07 2011 +0100
     1.3 @@ -20,6 +20,7 @@
     1.4  		touch $(basename $i)
     1.5  	done
     1.6  	sh ./configure --prefix=/usr --infodir=/usr/share/info \
     1.7 +	--enable-preset-menu=../stuff/menu.lst \
     1.8  	--without-curses --mandir=/usr/share/man \
     1.9  	$CONFIGURE_ARGS &&
    1.10  	make &&