wok diff lzma/receipt @ rev 15297

compiz-core: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 10:17:43 2013 +0000 (2013-09-27)
parents d1768332cee0
children 2a5cc8208d36
line diff
     1.1 --- a/lzma/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/lzma/receipt	Fri Sep 27 10:17:43 2013 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  	# Remove copyright message.
     1.5  	sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp
     1.6  
     1.7 -	make -f makefile.gcc lzma
     1.8 +	make -f makefile.gcc lzma 2> /dev/null
     1.9  	{ make -f makefile.gcc liblz.so.1.0.0 &&
    1.10  	make -f makefile.gcc lzma
    1.11  	} || return 1
    1.12 @@ -57,7 +57,7 @@
    1.13  	# Remove copyright message.
    1.14  	sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp
    1.15  
    1.16 -	make -f makefile.gcc lzma
    1.17 +	make -f makefile.gcc lzma 2> /dev/null
    1.18  	make -f makefile.gcc liblz.so.1.0.0 &&
    1.19  	make -f makefile.gcc lzma
    1.20  }