wok-stable diff rcs/receipt @ rev 5615
Fix: itaka category
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 26 09:56:24 2010 +0200 (2010-05-26) |
parents | 8be66f03fbd2 |
children | 4380a8347bbf |
line diff
1.1 --- a/rcs/receipt Wed Feb 24 11:44:49 2010 +0000 1.2 +++ b/rcs/receipt Wed May 26 09:56:24 2010 +0200 1.3 @@ -16,6 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # remove busybox/diff 1.8 + [ -l /usr/bin/diff ] && tazpkg get-install diffutils --forced 1.9 sed -i 's,test -w a.d || cp /dev/null a.d 2>/dev/null,false,' \ 1.10 src/conf.sh 1.11 ./configure --prefix=/usr $CONFIGURE_ARGS &&