This should fix make install when using e.g. ./configure --prefix=/usr/local.
There's been a previous pull request #105 by @alexbarton which didn't seem to work for him, perhaps this would.
This seems to work for me, but let me know if there are any issues with these changes.
This should fix
make install
when using e.g../configure --prefix=/usr/local
. There's been a previous pull request #105 by @alexbarton which didn't seem to work for him, perhaps this would. This seems to work for me, but let me know if there are any issues with these changes.