[tex-live] wrong links with --disable-multiplatform
Peter Münster
pmlists at free.fr
Mon May 12 08:30:08 CEST 2008
On Sun, May 11 2008, Karl Berry wrote:
> Here is a patch, that works for me:
>
> Thanks for trying, but when I run this in my Work-ing directory, I get
> the "not found" error for every linked script. The right fix is not
> immediately apparent to me.
Ok, I understand: I move the texmf-xxx directories to the installation
directory *before* "make world", but you move them *after* "make world".
Second try:
if [ `basename $(scriptdir)` = bin ]; then \
s=../$$s; \
elif [ $$(basename `dirname $(scriptdir)`) = bin ]; then \
s=../../$$s; \
else \
echo Strange directory name for executables: $(scriptdir); \
false; \
fi; \
(or with case - esac)
Untested...
Cheers, Peter
--
http://pmrb.free.fr/contact/
More information about the tex-live
mailing list