summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-07 21:41:39 +0000
committerKarl Berry <karl@freefriends.org>2007-01-07 21:41:39 +0000
commit6b4ab32bc632a7fd766b9311e3509f840330bc89 (patch)
treed6a32344e5507132b09ef8c52c63f43f99a8e4ac
parent86353fac88bc8b5ad49cda81c23419adee910e15 (diff)
replace build-host path with /usr/share
git-svn-id: svn://tug.org/texlive/trunk@3211 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/Makefile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 326e877c216..4bc5d849f84 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-07 Karl Berry <karl@tug.org>
+
+ * Makefile.in (stamp-paths): replace build $(prefix) with /usr/share,
+ for hardwired default paths. Is this good?
+ http://www.tug.org/pipermail/tex-live/2004-September/006718.html
+
2006-12-30 Karl Berry <karl@tug.org>
* configure.in (KPSEVERSION): 3.5.6.
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index cc3208b2a1e..f8700973686 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -132,7 +132,7 @@ stamp-paths: texmf.cnf
-e 's%\$$VARTEXFONTS%$(vartexfonts)%g' \
-e 's%\$$web2cdir%$(web2cdir)%g' \
-e 's%\$$prefix%$(prefix)%g' \
- | sed -e 's%;%:%g' \
+ | sed -e 's%;%:%g' -e 's%$(prefix)/%/usr/share/%g' \
>>paths.tmp
@if cmp -s paths.h paths.tmp 2>/dev/null; then \
echo "paths.h is unchanged"; \