diff options
Diffstat (limited to 'x11-misc/googleearth/files')
-rw-r--r-- | x11-misc/googleearth/files/mime-magic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/googleearth/files/mime-magic.patch b/x11-misc/googleearth/files/mime-magic.patch index f45482e129e3..cbaa337c6e57 100644 --- a/x11-misc/googleearth/files/mime-magic.patch +++ b/x11-misc/googleearth/files/mime-magic.patch @@ -5,7 +5,7 @@ <mime-type type="application/vnd.google-earth.kml+xml"> <comment>Keyhole Markup Language data</comment> + <magic priority="60"> -+ <match value="<kml xmlns="http://earth.google.com/kml/2.0">" type="string" offset="0:64"/> ++ <match value="<kml xmlns="http://earth.google.com/kml/" type="string" offset="0:64"/> + </magic> <glob pattern="*.kml"/> </mime-type> |