wok-stable rev 5794
rcs: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 11 11:45:54 2010 +0200 (2010-07-11) |
parents | 4405610ffc49 |
children | 1233f39d85fb |
files | rcs/receipt |
line diff
1.1 --- a/rcs/receipt Sun Jul 11 11:13:31 2010 +0200 1.2 +++ b/rcs/receipt Sun Jul 11 11:45:54 2010 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 { 1.5 cd $src 1.6 # remove busybox/diff 1.7 - [ -l /usr/bin/diff ] && tazpkg get-install diffutils --forced 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 &&