Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19168

Modified Files:
        cctbx.info 
Log Message:
fix for compile error

Index: cctbx.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/cctbx.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cctbx.info  14 Jan 2006 00:42:19 -0000      1.3
+++ cctbx.info  27 Jan 2006 00:17:58 -0000      1.4
@@ -1,10 +1,10 @@
 Package:cctbx
 Version: 51021
 Revision: 1
-GCC: 3.3
 BuildDependsOnly: false
 NoSourceDirectory: true
 NoSetLDFLAGS: true
+NoSetCPPFLAGS: true
 Source: 
http://cci.lbl.gov/cctbx_build/results/2005_10_21_1046/cctbx_python_242_bundle.tar.gz
 Source-MD5: 3b7c5fe0a23415b848504305dbe08ff9
 Description: Computational Crystallography Toolbox
@@ -60,7 +60,7 @@
 writing established file formats.
 <<
 CompileScript: <<
-#!/bin/zsh -ef
+#!/bin/sh -ef
 mkdir cctbx_build
 cd cctbx_build
 # requires a Framwork python build
@@ -79,15 +79,15 @@
 libtbx.scons -j $num_cpu .
 <<
 InstallScript: <<
-#!/bin/zsh -ef
-perl -pi.bak -e 's|prepend|append|g' cctbx_build/setpaths.*sh
+perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.csh
+perl -pi.bak -e 's|prepend|append|g' %n_build/setpaths.sh
 mkdir -p %i/share/xtal/%n
 cp -R *  %i/share/xtal/%n/. 
 #
 # Set up startup scripts
 mkdir -p %i/etc/profile.d
-echo "source %p/share/xtal/%n/%n_build/setpaths.sh" >>| %i/etc/profile.d/%n.sh
-echo "source %p/share/xtal/%n/%n_build/setpaths.csh" >>| 
%i/etc/profile.d/%n.csh
+echo "source %p/share/xtal/%n/%n_build/setpaths.sh" > %i/etc/profile.d/%n.sh
+echo "source %p/share/xtal/%n/%n_build/setpaths.csh" > %i/etc/profile.d/%n.csh
 chmod a+x %i/etc/profile.d/%n.*
 <<
 PostInstScript: <<



-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to