mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
add /usr/pkg to the list of paths searched for data files (this is the default installation prefix on NetBSD (pkgsrc))
This commit is contained in:
parent
012b20cb13
commit
d276f2c0e7
|
@ -207,6 +207,8 @@ public:
|
||||||
"/usr/share/games/teeworlds/data",
|
"/usr/share/games/teeworlds/data",
|
||||||
"/usr/local/share/teeworlds/data",
|
"/usr/local/share/teeworlds/data",
|
||||||
"/usr/local/share/games/teeworlds/data",
|
"/usr/local/share/games/teeworlds/data",
|
||||||
|
"/usr/pkg/share/teeworlds/data",
|
||||||
|
"/usr/pkg/share/games/teeworlds/data",
|
||||||
"/opt/teeworlds/data"
|
"/opt/teeworlds/data"
|
||||||
};
|
};
|
||||||
const int DirsCount = sizeof(aDirs) / sizeof(aDirs[0]);
|
const int DirsCount = sizeof(aDirs) / sizeof(aDirs[0]);
|
||||||
|
|
Loading…
Reference in a new issue