Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20080/10.3/unstable/main/finkinfo/sound

Modified Files:
        ladspa-cmt.info ladspa.info 
Log Message:
Make build crash correctly if there's an error so that buildworld
tracks the correct bug.


Index: ladspa.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/ladspa.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ladspa.info 13 Jun 2005 15:31:20 -0000      1.4
+++ ladspa.info 13 Dec 2005 16:31:09 -0000      1.5
@@ -11,14 +11,14 @@
 
 DocFiles: README doc/*
 CompileScript: <<
-#!/bin/sh
+#!/bin/sh -ev
   pushd src && \
   make targets && \
   popd
 <<
 
 InstallScript: <<
-#!/bin/sh
+#!/bin/sh -ev
   install -d -m 755 %i/lib/ladspa && \
   install -d -m 755 %i/include && \
   install -d -m 755 %i/bin && \

Index: ladspa-cmt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sound/ladspa-cmt.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ladspa-cmt.info     17 Sep 2005 18:43:16 -0000      1.5
+++ ladspa-cmt.info     13 Dec 2005 16:31:09 -0000      1.6
@@ -13,14 +13,14 @@
 
 DocFiles: README doc/*
 CompileScript: <<
-#!/bin/sh
+#!/bin/sh -ev
   pushd src
   make CC=gcc-3.3 CXX=g++-3.3
   popd
 <<
 
 InstallScript: <<
-#!/bin/sh
+#!/bin/sh -ev
   install -d -m 755 %i/lib/ladspa
   install -m 755 plugins/* %i/lib/ladspa/
 <<



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to