[subversion-commit] SVN tetex-bin commit + diffs: r961 - tetex-bin/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Sun Feb 26 18:28:23 UTC 2006


Author: preining-guest
Date: 2006-02-26 18:28:23 +0000 (Sun, 26 Feb 2006)
New Revision: 961

Modified:
   tetex-bin/trunk/debian/tetex-bin_install.in
Log:
change multiline echo to here script in tetex-bin_install.in


Modified: tetex-bin/trunk/debian/tetex-bin_install.in
===================================================================
--- tetex-bin/trunk/debian/tetex-bin_install.in	2006-02-26 18:22:41 UTC (rev 960)
+++ tetex-bin/trunk/debian/tetex-bin_install.in	2006-02-26 18:28:23 UTC (rev 961)
@@ -88,14 +88,16 @@
     if [ $ACTION = install ]; then
       fmtutil_source=$txmfdir/web2c/fmtutil.cnf
       # cut away from configuration files the parts that are already in tex-common
-      echo '#
+      cat > $sharedir/$package/01tetex.cnf <<EOF
+#
 # /etc/texmf/fmt.d/01tetex.cnf
 #
 # You really can change stuff in this file, but it is NOT RECOMMENDED
 # to play around with this file if you do not know what you are doing!
 # Please leave this comment!
 # -_- DebPkgProvidedMaps -_-"
-#' > $sharedir/$package/01tetex.cnf
+#
+EOF
       sed -n -e '0,/^# initex (or another/ d;p' $fmtutil_source >> $sharedir/$package/01tetex.cnf
       # copy md5sums
       for file in $UCF_FILES; do




More information about the Pkg-tetex-commits mailing list