Bugzilla – Bug 323894
build breaks when update-mime-database is missing
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by svdb+ximian.com@stack.nl 2007-03-22 12:33:01 MST ---- The configure script checks for the presence of 'update-mime-database', but continues even if it is missing. But if it is missing, "make install" will fail with an error similar to no /opt/monodevelop-0.13.1/share/mime /bin/bash: no: command not found This is due to the Makefile rule install-data-hook: $(UPDATE_MIME_DB) $(DESTDIR)$(datadir)/mime where UPDATE_MIME_DB gets expanded to "no". ---- Additional Comments From fejj@novell.com 2007-05-29 17:27:06 MST ---- ok, this is fixed in svn