]> git.donarmstrong.com Git - roundcube.git/commitdiff
Forgot to include this patch
authorVincent Bernat <bernat@luffy.cx>
Thu, 6 Mar 2008 13:05:56 +0000 (13:05 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:04:44 +0000 (19:04 +0200)
debian/patches/correct-magic-path.patch [new file with mode: 0644]

diff --git a/debian/patches/correct-magic-path.patch b/debian/patches/correct-magic-path.patch
new file mode 100644 (file)
index 0000000..e8e1b2e
--- /dev/null
@@ -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
+ ?>