diff options
author | Joshua Ross <joslwah@gentoo.org> | 2006-10-30 13:56:54 +0000 |
---|---|---|
committer | Joshua Ross <joslwah@gentoo.org> | 2006-10-30 13:56:54 +0000 |
commit | 89955564719f1575a923c4858016cbf401868cd6 (patch) | |
tree | 95c48aa1198e70cb8de37952a35c53f8b444ec31 /app-text/xetex/files | |
parent | Cleanup of old ebuilds. (diff) | |
download | historical-89955564719f1575a923c4858016cbf401868cd6.tar.gz historical-89955564719f1575a923c4858016cbf401868cd6.tar.bz2 historical-89955564719f1575a923c4858016cbf401868cd6.zip |
Fix more collisions and restrict to using tetex >= 3 for same reason.
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'app-text/xetex/files')
-rw-r--r-- | app-text/xetex/files/xetex-0.995-install.patch | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/app-text/xetex/files/xetex-0.995-install.patch b/app-text/xetex/files/xetex-0.995-install.patch index aa2f7530bce8..acb981fc1d33 100644 --- a/app-text/xetex/files/xetex-0.995-install.patch +++ b/app-text/xetex/files/xetex-0.995-install.patch @@ -1,5 +1,5 @@ ---- install-xetex 2006-08-23 03:41:00.000000000 +0800 -+++ install-xetex.gentoo 2006-10-28 18:15:12.000000000 +0800 +--- install-xetex 2006-10-30 13:09:09.795732198 +0800 ++++ install-xetex.gentoo 2006-10-30 13:09:27.064330965 +0800 @@ -30,9 +30,10 @@ if [ -L ${texbin} ]; then texbin=`readlink ${texbin}` @@ -21,3 +21,14 @@ if [ "x${texmflocal}" == "x" ]; then # if --var-value didn't work, try to find the definition in the texmf.cnf file CNF=`kpsewhich texmf.cnf` +@@ -74,8 +75,8 @@ + echo ${texmflocal}/web2c/xetex.pool >> ${filelist} + + # update kpathsearch databases because we've installed a bunch of stuff +-texhash ${texmflocal} ++#texhash ${texmflocal} + + # this will build the format files on the system where this script is run; + # for packaged binary installations, we must repeat this on the target +-sh ./rebuild-formats ++#sh ./rebuild-formats |