Skip to content

Commit

Permalink
add /usr/pkg to the list of paths searched for data files (this is th…
Browse files Browse the repository at this point in the history
…e default installation prefix on NetBSD (pkgsrc))
  • Loading branch information
fstd authored and def- committed Sep 23, 2015
1 parent 012b20c commit d276f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/shared/storage.cpp
Expand Up @@ -207,6 +207,8 @@ class CStorage : public IStorage
"/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]);
Expand Down

0 comments on commit d276f2c

Please sign in to comment.