Update of /cvsroot/fink/experimental/todai/ecc-10.7/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv26166

Modified Files:
        libkpathsea6.info 
Log Message:
Fixed error in PatchScript.

Index: libkpathsea6.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.7/main/finkinfo/text/libkpathsea6.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libkpathsea6.info   4 Jan 2012 12:01:40 -0000       1.3
+++ libkpathsea6.info   4 Jan 2012 13:56:36 -0000       1.4
@@ -18,11 +18,10 @@
  sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1
 
  # Change the directory to be installed
- for file in `find texlive -name Makefile.in`; do
+ for file in `find texlive -name Makefile.in`; do \
   sed -i.bak -e 's|/texmf/|/share/texmf/|' \
              -e 's|\(texmfdir = \)${prefix}|\1${datadir}|' \
-             -e 's|/texmf-dist/|/share/texmf-dist/|' ${file}
- done
+             -e 's|/texmf-dist/|/share/texmf-dist/|' ${file} ; done
 <<
 NoSetLDFLAGS: true
 ConfigureParams: <<


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to