wok diff newt/receipt @ rev 1988

Fix: udev rules missing in /etc/ude/rules.d
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 06 13:01:01 2009 +0100 (2009-01-06)
parents 3d99ecce2d4b
children 7d4197e5834d
line diff
     1.1 --- a/newt/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.2 +++ b/newt/receipt	Tue Jan 06 13:01:01 2009 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  	# Fixe group/owner
     1.5  	chown -R root.root $src
     1.6  
     1.7 +	sed -i 's/python2.4/python2.5/' Makefile.in
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&