make install
test -z "/usr/local/bin" || ./install-sh -c -d "/usr/local/bin"
  /usr/bin/install -c xboard '/usr/local/bin'
test -z "/usr/local/etc" || ./install-sh -c -d "/usr/local/etc"
 /usr/bin/install -c -m 644 xboard.conf '/usr/local/etc'
test -z "/usr/local/share/applications" || ./install-sh -c -d "/usr/local/share/applications"
 /usr/bin/install -c -m 644 xboard.desktop '/usr/local/share/applications'
test -z "/usr/local/share/games/xboard/" || ./install-sh -c -d "/usr/local/share/games/xboard/"
mkdir: /usr/local/share/games/xboard/: File exists

I notice that the name of the offending one ends in a slash, while none of the others does.
Can you remove that slash from the Makefile, and try it again?


_______________________________________________
Bug-XBoard mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to