camac / dora

Domino On-Disk Repository Assistant
http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Dora
Apache License 2.0
8 stars 8 forks source link

Location of xsltproc is wrong on Mac #18

Open perlausten opened 11 years ago

perlausten commented 11 years ago

xsltproc is not located in /Users/Username/bin but in /usr/bin.

camac commented 11 years ago

thanks Per, I will add this to my 'Mac' branch/release Plan. I assume you have been able to fix for testing purposes.

Time to get the wife a new macbook so I can also do some testing on a Mac!

perlausten commented 11 years ago

Yes, I updated the path in my Git config file

thimo commented 10 years ago

I had the same issue on my MacBook, fixed it by running "cd ~/bin; ln -s /usr/bin/xsltproc". This creates a symlink in the user's bin directory to the executable in /usr/bin.