From 6c7ac04da0ed0c0bcf3f63106addbd66c35d7388 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 6 Dec 2011 14:50:09 +0000 Subject: build system - use TL specific installation directories only for `native' builds - replace ${prefix}/texmf => $(datarootdir)/texmf git-svn-id: svn://tug.org/texlive/trunk@24780 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/Makefile.am | 2 +- Build/source/texk/kpathsea/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 36b33dbbf37..f432b106795 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2011-12-06 Peter Breitenlohner + + * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf. + 2011-10-27 Karl Berry * texmf.cnf (FONTCONFIG_*): doc+formatting fix. diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 495ed284f7f..795aee6fe2e 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -228,7 +228,7 @@ progname_test_LDADD = libkpathsea.la xdirtest_LDADD = libkpathsea.la ## The scripts and their data -web2cdir = ${prefix}/texmf/web2c +web2cdir = $(datarootdir)/texmf/web2c dist_web2c_SCRIPTS = mktexdir mktexnam mktexupd diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index bfc065cedef..cd93e489ae8 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -466,7 +466,7 @@ progname_test_CPPFLAGS = -DMAKE_KPSE_DLL -DTEST progname_test_SOURCES = progname.c progname_test_LDADD = libkpathsea.la xdirtest_LDADD = libkpathsea.la -web2cdir = ${prefix}/texmf/web2c +web2cdir = $(datarootdir)/texmf/web2c dist_web2c_SCRIPTS = mktexdir mktexnam mktexupd dist_web2c_DATA = mktex.opt mktexdir.opt mktexnam.opt dist_noinst_SCRIPTS = mktexlsr mktexmf mktexpk mktextfm -- cgit v1.2.3