Yes it does indeed – So I did this in the end:
cd /opt/local/bin
mv ginstall ginstall.old
ln -s /usr/bin/install ginstall
Everything works for me now
Yes it does indeed – So I did this in the end:
cd /opt/local/bin
mv ginstall ginstall.old
ln -s /usr/bin/install ginstall
Everything works for me now
Thank you! I have been wrestling with that one for quite a while.