From 59758b41218ac9d410b8aaa68fdc8a07dfb1b4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 18 Jun 2021 20:52:15 +0200 Subject: Temporarily fix MIME bug I think the bug is in ROX. Files named "Makefile" are not sucessfully matched against the glob "makefile", which they should be, unless the glob has "case-sensitive=true", which it hasn't. This patch makes ROX recognize "Makefile" files as text/x-makefile. --- usr/pkg/share/mime/packages/freedesktop.org.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/pkg/share') diff --git a/usr/pkg/share/mime/packages/freedesktop.org.xml b/usr/pkg/share/mime/packages/freedesktop.org.xml index 253c4c1..5b69136 100644 --- a/usr/pkg/share/mime/packages/freedesktop.org.xml +++ b/usr/pkg/share/mime/packages/freedesktop.org.xml @@ -35007,6 +35007,8 @@ Makefile + + -- cgit v1.2.3