]> git.pld-linux.org Git - packages/texlive.git/blame - texlive-fix_makempx_installation.patch
- functional subpackages under working...
[packages/texlive.git] / texlive-fix_makempx_installation.patch
CommitLineData
768e5264
AM
164_fix_makempx_installation by Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
2
3building with --enable-shared installs the makempx script instead of the
4binary build
5---
6 build/source/texk/web2c/mpware/Makefile.in | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9Index: texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in
10===================================================================
11--- texlive-bin-2007.orig/build/source/texk/web2c/mpware/Makefile.in 2007-05-19 20:04:58.000000000 +0200
12+++ texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in 2007-05-19 20:05:19.000000000 +0200
13@@ -49,7 +49,7 @@
14 $(INSTALL_PROGRAM) newer $(bindir)/newer
15 $(INSTALL_LIBTOOL_PROG) dmp $(bindir)
16 $(INSTALL_LIBTOOL_PROG) mpto $(bindir)
17- $(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
18+ $(INSTALL_LIBTOOL_PROG) makempx $(bindir)
19 install-data:
20
21 kpse_include ../make/tkpathsea.mk
This page took 0.063771 seconds and 4 git commands to generate.