From: Elan Ruusamäe Date: Mon, 23 Dec 2013 16:47:06 +0000 (+0200) Subject: restore find-jar error detection. X-Git-Tag: auto/th/tomcat-7.0.41-5~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ftomcat.git;a=commitdiff_plain;h=5c653cdf8a3b5d47637da0f4df9e74a45d83cc97 restore find-jar error detection. lost with 98882a40062a2a7c07f3cf5b43c5a41c9a93c25ec on deadbranch-1.124.2 (DEVEL for 6.0 merged in 1d6ec01d1c4bc3d763d7255518f833cbcf29ecc8) originally added in 3bd96a5ee3dac23618cef1cee09bfa001b06ef0b --- diff --git a/tomcat.spec b/tomcat.spec index 802776e..61205a6 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -287,6 +287,11 @@ commons-logging.version=%{jclver} EOF %build +if grep '=$' build.properties; then + : Some .jar could not be found + exit 1 +fi + export LC_ALL=en_US # Base package