I had to compile wine by hand for a certain patch, but I no longer need it.
So I did a make distclean (guess I should have done a make uninstall from the start, but oh well) and it was still there. The executable sitting in /usr/local/bin/wine
The other executable was sitting in /usr/bin, so I thought simply removing the other one would resolve this issue.
It did not.
Why not? And how do I fix it?
failsiscommand not foundwhile/usr/binhas the binary, it would be a good idea to include the output ofecho $PATHin your question. – nik Sep 10 '11 at 17:28bash: /usr/local/bin/wine: Bestand of map bestaat niet– skerit Sep 10 '11 at 19:23