wok-6.x diff readline/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 06a82d57ccf7
children 2b9f96603415
line diff
     1.1 --- a/readline/receipt	Mon Mar 25 15:43:45 2013 +0100
     1.2 +++ b/readline/receipt	Sun May 26 19:06:03 2013 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i '/(MV)/d' Makefile*
     1.8  	./configure $CONFIGURE_ARGS &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }