blob: 83ba79bd84e31f24ef548d25be8d8139b8db8ece (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- configure.in.orig Wed Oct 12 14:49:01 2005
+++ configure.in Wed Oct 12 14:49:30 2005
@@ -18,9 +18,9 @@
dnl installation & score path
if test "x${prefix}" = "xNONE"; then
- inst_path="${ac_default_prefix}/games/grande"
+ inst_path="${ac_default_prefix}/share/grande"
else
- inst_path="${prefix}/games/grande"
+ inst_path="${prefix}/share/grande"
fi
score_path="/var/games"
|