wok-6.x rev 4983
rcs: use diffutils /usr/bin/diff
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 25 09:59:02 2010 +0100 (2010-02-25) |
parents | 4be316aa5572 |
children | 041af50bcc91 |
files | rcs/receipt |
line diff
1.1 --- a/rcs/receipt Thu Feb 25 09:54:36 2010 +0100 1.2 +++ b/rcs/receipt Thu Feb 25 09:59:02 2010 +0100 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 &&