summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-25 11:58:18 +0000
committermiwi <miwi@FreeBSD.org>2007-07-25 11:58:18 +0000
commite325d61892e5f874e911f4f51e85a06f8b97bf3c (patch)
tree5839631c7b4712baf5d790d8e41cc5586fe0c52a
parent5a3bee4c15a758abf32c846ca1fc6bd45064d40c (diff)
downloadFreeBSD-ports-e325d61892e5f874e911f4f51e85a06f8b97bf3c.zip
FreeBSD-ports-e325d61892e5f874e911f4f51e85a06f8b97bf3c.tar.gz
- Fix build
-rw-r--r--games/glaxium/files/patch-variables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glaxium/files/patch-variables.cpp b/games/glaxium/files/patch-variables.cpp
index f0bc977..7f38c99 100644
--- a/games/glaxium/files/patch-variables.cpp
+++ b/games/glaxium/files/patch-variables.cpp
@@ -3,7 +3,7 @@
@@ -453,6 +453,7 @@
static char strReturn[1024];
strcpy(strReturn, getenv("HOME"));
- strcat(strReturn, "~/.glaxiumrc");
+ strcat(strReturn, "/.glaxiumrc");
+ return strReturn;
#endif
}
OpenPOWER on IntegriCloud