From 3fe8e177a863a673df8ac80ecfb5fc0899eaae0b Mon Sep 17 00:00:00 2001 From: Götz Waschk Date: Tue, 22 Jul 2008 21:40:36 +0000 Subject: Correctly build desktop file. Fixes bug #544237. 2008-07-23 Götz Waschk * configure.ac: Correctly build desktop file. Fixes bug #544237. svn path=/trunk/; revision=3084 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f5b5d6a..41af257 100644 --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ if test "x$enable_tiff" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/tiff;" fi if test "x$enable_comics" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7" + EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;" fi if test "x$enable_pixbuf" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/*;" -- cgit v0.9.1