[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#263397: tetex-bin: dangling symlink: /usr/share/man/man1/mktexfmt.1



tag 263397 patch
quit

Hi,

On Wed, 2004-08-04 at 10:08, Frank Küster wrote:
> Thanks for reporting - I had noticed this before, but forgot to take it
> out again, or correct it. The symlink should be compressed and point to
> the compressed target, and I don't know why this does not happen, since
> it happens for other links we make. Sorry, no time ATM to look into this.

The attached patch fixes all this.

bye,
  Roland
diff -ruN tetex-bin-2.0.2.orig/debian/patches/patch-tmp tetex-bin-2.0.2/debian/patches/patch-tmp
--- tetex-bin-2.0.2.orig/debian/patches/patch-tmp	2004-08-04 11:55:43.000000000 +0200
+++ tetex-bin-2.0.2/debian/patches/patch-tmp	2004-08-04 11:57:26.000000000 +0200
@@ -298,7 +298,7 @@
  	ln -s mktexpk.$(manext) $(man1dir)/MakeTeXPK.$(manext)
  	ln -s kpsetool.$(manext) $(man1dir)/kpsepath.$(manext)
  	ln -s kpsetool.$(manext) $(man1dir)/kpsexpand.$(manext)
-+	ln -s fmtutil.$(manext) $(man1dir)/mktexfmt.$(manext)
++	ln -s ../man8/fmtutil.8 $(man1dir)/mktexfmt.$(manext)
  	test -r ./latex.info || cd $(srcdir) && for i in latex.info*; do \
  	  $(INSTALL_DATA) $$i $(infodir)/$$i; done
  	if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \

Reply to: