X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f8eb910bc904bc0da40f5948218758ead49abe63;hb=759b4bb02d161bf42e32ec38b8f8b5df4bc8b126;hp=09a2eefea87282b75f4398d69a8821a74fc813d0;hpb=5028469a12045bb7360e3c75e836dc8d7ba413a2;p=xboard.git diff --git a/Makefile.am b/Makefile.am index 09a2eef..f8eb910 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,7 +197,7 @@ endif uninstall-mime-database: if ENABLE_UPDATE_MIMEDB -if test -z "$(DESTDIR)" -a -n "$(XDG_MIME)" -a -n "$(XDG_DESKTOP_MENU)" -a -n "$(XDG_ICON_RESOURCE)" ; then \ - $(XDG-MIME) uninstall --mode system --novendor xboard.xml;\ + $(XDG_MIME) uninstall --mode system --novendor xboard.xml;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-pgn-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-fen-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-tourney.desktop;\