freebsd-ports/games/vor/files/patch-file.c
Dmitry Marakasov 7f677f7c88 - Update to 0.5.7
- Fix LICENSE
- Switch to upstream .desktop file
2016-09-12 09:01:23 +00:00

10 lines
184 B
C

--- file.c.orig 2016-05-22 21:14:48 UTC
+++ file.c
@@ -113,7 +113,6 @@ find_data_dir(void)
int i;
char *data_options[3] = {
getenv("VOR_DATA"),
- "data",
DATA_PREFIX
};