wok diff readline/receipt @ rev 14750

busybox-static, busybox-boot: find smaller size
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 16 16:40:26 2013 +0200 (2013-06-16)
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 Jun 16 16:40:26 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  }