[Lunar-commits] <moonbase> teTeX: small tweaks.

Florin Braescu florin at lunar-linux.org
Wed Sep 8 15:25:07 CEST 2010


commit 6696268d187c8ee8e881ebadd13f65f36b1d33d6
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 8 16:25:07 2010 +0300

    teTeX: small tweaks.
---
 doc-tools/teTeX/BUILD      |   22 +++++++++++-----------
 doc-tools/teTeX/DEPENDS    |   19 ++++++++++---------
 zbeta/texlive/POST_INSTALL |    4 ++--
 3 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/doc-tools/teTeX/BUILD b/doc-tools/teTeX/BUILD
index 2d9dd2e..61084b4 100644
--- a/doc-tools/teTeX/BUILD
+++ b/doc-tools/teTeX/BUILD
@@ -1,18 +1,18 @@
 (
 
 
-  patch_it $SOURCE_CACHE/$SOURCE1 0      &&
-  patch_it $SOURCE_CACHE/$SOURCE2 0      &&
+  patch_it $SOURCE_CACHE/$SOURCE1 0  &&
+  patch_it $SOURCE_CACHE/$SOURCE2 0  &&
 
-  ./configure  --prefix=/usr             \
-               --infodir=/usr/share/info \
-               --mandir=/usr/share/man   \
-               --with-system-zlib        \
-               --with-system-ncurses     \
-               --with-system-libwww      \
-               --without-texinfo         \
-               --without-dialog          \
-               --disable-multiplatform   \
+  ./configure  --prefix=/usr              \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
+               --with-system-zlib         \
+               --with-system-ncurses      \
+               --with-system-libwww       \
+               --without-texinfo          \
+               --without-dialog           \
+               --disable-multiplatform    \
                $OPTS                     &&
 
   default_make
diff --git a/doc-tools/teTeX/DEPENDS b/doc-tools/teTeX/DEPENDS
index c6e9ff2..0983539 100644
--- a/doc-tools/teTeX/DEPENDS
+++ b/doc-tools/teTeX/DEPENDS
@@ -1,9 +1,10 @@
-depends  dialog       &&
-depends  ed           &&
-depends  zlib         &&
-depends  w3c-libwww   &&
-depends  texinfo      &&
-depends  teTeX-texmf  &&
-depends  bison        &&
-optional_depends  "%X" ""  "--without-x11" "for GUI support"
-optional_depends  "libpng"  "--with-system-pnglib"  ""  "for png support"
+depends  dialog
+depends  ed
+depends  zlib
+depends  w3c-libwww
+depends  texinfo
+depends  teTeX-texmf
+depends  bison
+
+optional_depends  "%X"     ""                     "--without-x11" "for GUI support"
+optional_depends  "libpng" "--with-system-pnglib" ""              "for png support"
diff --git a/zbeta/texlive/POST_INSTALL b/zbeta/texlive/POST_INSTALL
index 9550d43..055dd2e 100644
--- a/zbeta/texlive/POST_INSTALL
+++ b/zbeta/texlive/POST_INSTALL
@@ -12,7 +12,7 @@ updmap-sys --quiet --nohash
 fmtutil-sys --all > /dev/null 2>&1
 
 # From http://www.linuxforums.org/forum/linux-applications/75163-latex-error-i-cant-find-format-file-latex-fmt.html
-initex latex.ltx > /dev/null && install -m644 latex.fmt /usr/share/texmf/web2c/
+# initex latex.ltx > /dev/null && install -m644 latex.fmt /usr/share/texmf/web2c/
 
-texhash > /dev/null 2>&1
+texhash  > /dev/null 2>&1
 mktexlsr > /dev/null 2>&1


More information about the Lunar-commits mailing list