Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37787360
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.13-deb-alt-warn_missing_tex.patch
Скачать


--- texinfo/util/texi2dvi
+++ texinfo/util/texi2dvi
@@ -27,6 +27,17 @@
 # No failure shall remain unpunished.
 set -e
 
+if ! command -v tex >/dev/null 2>&1; then
+  cat >&2 <<%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 Linux TeX Live packages.
+You can do that with this command:
+       apt-get install /usr/bin/tex
+%EOM%
+  exit 1
+fi
+
 # This string is expanded by rcs automatically when this file is checked out.
 rcs_revision='$Revision: 1.135 $'
 rcs_version=`set - $rcs_revision; echo $2`
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin