Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv25621/10.4/unstable/main/finkinfo/editors

Modified Files:
        auctex.info auctex.patch 
Log Message:
use POSIX-compliant echo.

Index: auctex.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/auctex.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- auctex.patch        5 May 2007 20:07:48 -0000       1.5
+++ auctex.patch        12 May 2007 08:50:40 -0000      1.6
@@ -55,8 +55,8 @@
 +INSTDIR="${INSTALL} -m 755 -d"
 +
 +do_install () {
-+    echo >&2 -n "install/auctex: Setting up for ${FLAVOR}... " \
-+    "(log file: @PREFIX@/share/${FLAVOR}/site-lisp/auctex//CompilationLog)... 
"
++    /bin/echo >&2 "install/auctex: Setting up for ${FLAVOR}... " \
++    "(log file: @PREFIX@/share/${FLAVOR}/site-lisp/auctex//CompilationLog)... 
\c"
 +    cd @PREFIX@/share/emacs/site-lisp/auctex/; umask 0022;
 +#   touch --reference configure --date "-1 second" configure.ac
 +#   touch --reference configure --date "-1 second" aclocal.m4
@@ -132,7 +132,7 @@
 +FLAVOR=${1}
 +
 +undo_install () {
-+    echo >&2 -n "remove/auctex: Removing for ${FLAVOR}... "
++    /bin/echo >&2 "remove/auctex: Removing for ${FLAVOR}... \c"
 +    rm -f @PREFIX@/share/${FLAVOR}/site-lisp/auctex//../{auctex,tex-site}.el
 +    rm -f @PREFIX@/share/${FLAVOR}/site-lisp/auctex//../preview-latex.el
 +    rm -f @PREFIX@/share/${FLAVOR}/site-lisp/auctex//CompilationLog{,.gz}

Index: auctex.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/auctex.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- auctex.info 5 May 2007 20:07:48 -0000       1.6
+++ auctex.info 12 May 2007 08:50:40 -0000      1.7
@@ -1,6 +1,6 @@
 Package: auctex
 Version: 11.84
-Revision: 2
+Revision: 3
 Description: Integrated environment for TeX/LaTeX document writing
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to