blob: 8aef0e3824219f2535e20c4fc4488d09bd0a2d54 (
plain)
1
2
3
4
5
6
7
8
9
|
--- a/configure.in
+++ b/configure.in
@@ -21,5 +21,5 @@
inst_path="${ac_default_prefix}/games/grande"
else
- inst_path="${prefix}/games/grande"
+ inst_path="${datadir}/grande"
fi
score_path="/var/games"
|