wok-current diff texinfo/receipt @ rev 15371
apache: load ssl_module (thanks Justine Leon Uro)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 15 22:45:52 2013 +0000 (2013-10-15) |
parents | 3661a01ec653 |
children | 159df010240c |
line diff
1.1 --- a/texinfo/receipt Mon Sep 23 17:07:45 2013 +0000 1.2 +++ b/texinfo/receipt Tue Oct 15 22:45:52 2013 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure && 1.7 - make $MAKEFLAGS 2>&1 | grep -v STRERROR && 1.8 + make $MAKEFLAGS && 1.9 make install 1.10 } 1.11 1.12 @@ -28,7 +28,7 @@ 1.13 { 1.14 cd $src 1.15 ./configure $CONFIGURE_ARGS && 1.16 - make 2>&1 | grep -v STRERROR && make install 1.17 + make && make install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.