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:
fstd 2015-09-12 14:25:21 +02:00 committed by def
parent 012b20cb13
commit d276f2c0e7

View file

@ -207,6 +207,8 @@ public:
"/usr/share/games/teeworlds/data",
"/usr/local/share/teeworlds/data",
"/usr/local/share/games/teeworlds/data",
"/usr/pkg/share/teeworlds/data",
"/usr/pkg/share/games/teeworlds/data",
"/opt/teeworlds/data"
};
const int DirsCount = sizeof(aDirs) / sizeof(aDirs[0]);