From f782e508148c1602cd19bb5d9b72e0e4e4008f3d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 6 Mar 2008 13:05:56 +0000 Subject: [PATCH] Forgot to include this patch --- debian/patches/correct-magic-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/correct-magic-path.patch diff --git a/debian/patches/correct-magic-path.patch b/debian/patches/correct-magic-path.patch new file mode 100644 index 0000000..e8e1b2e --- /dev/null +++ b/debian/patches/correct-magic-path.patch @@ -0,0 +1,11 @@ +--- roundcube-0.1/config/main.inc.php.dist~ 2008-02-21 11:27:19.000000000 +0100 ++++ roundcube-0.1/config/main.inc.php.dist 2008-03-06 14:04:53.000000000 +0100 +@@ -277,7 +277,7 @@ + $rcmail_config['max_pagesize'] = 200; + + // mime magic database +-$rcmail_config['mime_magic'] = '/usr/share/misc/magic'; ++$rcmail_config['mime_magic'] = '/usr/share/file/magic'; + + // end of config file + ?> -- 2.39.5