Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37832103
en ru br
Репозитории ALT
S:7.0.3-alt1
5.1: 4.13-alt7
4.1: 4.11-alt3
4.0: 4.8-alt4
3.0: 4.8-alt2
www.altlinux.org/Changes

Группа :: Издательство
Пакет: texinfo

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: texinfo-4.6-deb-alt-texi2dvi-tex.patch
Скачать


--- texinfo-4.6/util/texi2dvi.orig	2003-10-27 16:25:56 +0300
+++ texinfo-4.6/util/texi2dvi	2003-10-27 16:25:56 +0300
@@ -206,6 +206,17 @@
   ;;
 esac
 
+if ! command -v tex >/dev/null 2>&1; then
+  cat <<%EOM%
+You don't have a working TeX binary installed, but the texi2dvi script
+can't proceed without it. If you want to use this script, you have to
+install some kind of TeX, for example ALT tetex packages. You can do
+that with this command:
+	apt-get install tetex
+%EOM%
+  exit 1
+fi
+
 # Prepare the temporary directory.  Remove it at exit, unless debugging.
 tmpdir=`mktemp -dt texi2dvi.XXXXXXXXXX` || exit 1
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin