]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct-magic-path.patch
Merge commit 'upstream/0.3.1' into unstable-import
[roundcube.git] / debian / patches / correct-magic-path.patch
1 On Debian, the magic file is in /usr/share/file/magic.
2
3 --- roundcube-0.1/config/main.inc.php.dist~     2008-02-21 11:27:19.000000000 +0100
4 +++ roundcube-0.1/config/main.inc.php.dist      2008-03-06 14:04:53.000000000 +0100
5 @@ -277,7 +277,7 @@
6  $rcmail_config['max_pagesize'] = 200;
7  
8  // mime magic database
9 -$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
10 +$rcmail_config['mime_magic'] = '/usr/share/file/magic';
11  
12  // end of config file
13  ?>