Hi,

I am working on a package (kguitar) that installs some .tex files. However, it doesn't work because I don' know how to set the path where to install it. So this is what happens during the packaging phase:

...

Copy kgtabs.tex to {/Users/koen/Library/texmf,/sw/share/texmf-local,/sw/var/lib/texmf,/sw/ share/texmf}/tex/generic/kgtabs
/bin/sh ../admin/mkinstalldirs {/Users/koen/Library/texmf,/sw/share/texmf-local,/sw/var/lib/texmf,/sw/ share/texmf}/tex/generic/kgtabs
/sw/bin/install -c -p -m 644 ./kgtabs.tex {/Users/koen/Library/texmf,/sw/share/texmf-local,/sw/var/lib/texmf,/sw/ share/texmf}/tex/generic/kgtabs/kgtabs.tex
/sw/bin/install: installing multiple files, but last argument, `/sw/share/texmf/tex/generic/kgtabs/kgtabs.tex' is not a directory
Try `/sw/bin/install --help' for more information.
make[3]: *** [install-kgtabs] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
### execution of make failed, exit code 2
Failed: installing kguitar-0.4.9-1 failed
[ModusOperandi:local/main/finkinfo] koen%



I added make install texmf=%i/share/texmf to the install script, but that didn't help.


Is there another way I can specify the path where the texmf files should be installed?


thanks,


- Koen.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to