mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd::magic: Add a candidate magic database path for Arch.
This commit is contained in:
parent
6da0ae9c22
commit
24a7c77fbe
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ ircd::magic::init::init()
|
||||||
{
|
{
|
||||||
"/usr/local/share/misc/magic.mgc",
|
"/usr/local/share/misc/magic.mgc",
|
||||||
"/usr/share/misc/magic.mgc",
|
"/usr/share/misc/magic.mgc",
|
||||||
|
"/usr/share/file/misc/magic.mgc",
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue