]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-fix_makempx_installation.patch
- functional subpackages under working...
[packages/texlive.git] / texlive-fix_makempx_installation.patch
1 64_fix_makempx_installation by Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
2
3 building with --enable-shared installs the makempx script instead of the
4 binary build
5 ---
6  build/source/texk/web2c/mpware/Makefile.in |    2 +-
7  1 file changed, 1 insertion(+), 1 deletion(-)
8
9 Index: 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.02278 seconds and 3 git commands to generate.