0
0
Fork 0
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:
Jason Volk 2020-03-11 17:07:44 -07:00
parent 6da0ae9c22
commit 24a7c77fbe

View file

@ -50,6 +50,7 @@ ircd::magic::init::init()
{
"/usr/local/share/misc/magic.mgc",
"/usr/share/misc/magic.mgc",
"/usr/share/file/misc/magic.mgc",
nullptr
};