aboutsummaryrefslogtreecommitdiffstats
path: root/games/glaxium
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-25 19:58:18 +0800
committermiwi <miwi@FreeBSD.org>2007-07-25 19:58:18 +0800
commite325d61892e5f874e911f4f51e85a06f8b97bf3c (patch)
tree5839631c7b4712baf5d790d8e41cc5586fe0c52a /games/glaxium
parent5a3bee4c15a758abf32c846ca1fc6bd45064d40c (diff)
downloadfreebsd-ports-gnome-e325d61892e5f874e911f4f51e85a06f8b97bf3c.tar.gz
freebsd-ports-gnome-e325d61892e5f874e911f4f51e85a06f8b97bf3c.tar.zst
freebsd-ports-gnome-e325d61892e5f874e911f4f51e85a06f8b97bf3c.zip
- Fix build
Diffstat (limited to 'games/glaxium')
-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 f0bc977ada98..7f38c9925099 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
}