Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 705a2088f8c095ce9eb5c2a6ab905084 > files > 34

texlive-2007-51.fc13.src.rpm

64_fix_makempx_installation by Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>

building with --enable-shared installs the makempx script instead of the
binary build
---
 build/source/texk/web2c/mpware/Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in
===================================================================
--- texlive-bin-2007.orig/build/source/texk/web2c/mpware/Makefile.in	2007-05-19 20:04:58.000000000 +0200
+++ texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in	2007-05-19 20:05:19.000000000 +0200
@@ -49,7 +49,7 @@
 	$(INSTALL_PROGRAM) newer $(bindir)/newer
 	$(INSTALL_LIBTOOL_PROG) dmp $(bindir)
 	$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
-	$(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
+	$(INSTALL_LIBTOOL_PROG) makempx $(bindir)
 install-data:
 
 kpse_include ../make/tkpathsea.mk