SPECS: erlang.spec - a little fix to the debuging code

jajcus jajcus at pld-linux.org
Thu Sep 29 11:20:56 CEST 2005


Author: jajcus                       Date: Thu Sep 29 09:20:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- a little fix to the debuging code

---- Files affected:
SPECS:
   erlang.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.20 SPECS/erlang.spec:1.21
--- SPECS/erlang.spec:1.20	Thu Sep 29 10:45:17 2005
+++ SPECS/erlang.spec	Thu Sep 29 11:20:51 2005
@@ -74,7 +74,7 @@
 ERL_TOP=`pwd`; export ERL_TOP
 %{__make} \
 	TARGET="%{_erl_target}" \
-	|| { find . -name erl_crash.dump | xargs cat ; exit 1 }
+	|| { find . -name erl_crash.dump | xargs cat ; exit 1 ; }
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -159,6 +159,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/09/29 09:20:51  jajcus
+- a little fix to the debuging code
+
 Revision 1.20  2005/09/29 08:45:17  jajcus
 - a bit of %build debugging code...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/erlang.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list