ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
64_fix_makempx_installation by Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
4931932
4931932
building with --enable-shared installs the makempx script instead of the
4931932
binary build
4931932
---
4931932
 build/source/texk/web2c/mpware/Makefile.in |    2 +-
4931932
 1 file changed, 1 insertion(+), 1 deletion(-)
4931932
4931932
Index: texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in
4931932
===================================================================
4931932
--- texlive-bin-2007.orig/build/source/texk/web2c/mpware/Makefile.in	2007-05-19 20:04:58.000000000 +0200
4931932
+++ texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in	2007-05-19 20:05:19.000000000 +0200
4931932
@@ -49,7 +49,7 @@
4931932
 	$(INSTALL_PROGRAM) newer $(bindir)/newer
4931932
 	$(INSTALL_LIBTOOL_PROG) dmp $(bindir)
4931932
 	$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
4931932
-	$(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
4931932
+	$(INSTALL_LIBTOOL_PROG) makempx $(bindir)
4931932
 install-data:
4931932
 
4931932
 kpse_include ../make/tkpathsea.mk