wok-current rev 15311
linphone: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:40:48 2013 +0000 (2013-09-27) |
parents | 25e35ad06e08 |
children | 178ea3fcbac8 |
files | linphone/receipt |
line diff
1.1 --- a/linphone/receipt Fri Sep 27 15:34:03 2013 +0000 1.2 +++ b/linphone/receipt Fri Sep 27 15:40:48 2013 +0000 1.3 @@ -25,7 +25,9 @@ 1.4 ./configure --prefix=/usr --libexecdir=/usr/bin \ 1.5 --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS 1.6 make && 1.7 - make DESTDIR=$DESTDIR install 1.8 + make DESTDIR=$DESTDIR install 2>&1 | sed \ 1.9 + -e "s/css': No such file/css': no such file/" \ 1.10 + -e "s/html': No such file/html': no such file/" 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.