]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- a bit of %build debugging code...
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 29 Sep 2005 08:45:17 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang.spec -> 1.20

erlang.spec

index 45829d827020bd6ef4f596ab65fb230d28c53185..72bb74043d52734283545a5868f2fd43b1c70ad2 100644 (file)
@@ -6,7 +6,7 @@ Summary:        OpenSource Erlang/OTP
 Summary(pl):   Erlang/OTP z otwartymi ¼ród³ami
 Name:          erlang
 Version:       R10B_7
-Release:       1
+Release:       1.1
 Epoch:         1
 License:       distributable
 Group:         Development/Languages
@@ -72,7 +72,8 @@ cd ..
        --with%{!?with_java:out}-java
 ERL_TOP=`pwd`; export ERL_TOP
 %{__make} \
-       TARGET="%{_erl_target}"
+       TARGET="%{_erl_target}" \
+       || { find . -name erl_crash.dump | xargs cat ; exit 1 }
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.030434 seconds and 4 git commands to generate.