summaryrefslogtreecommitdiff
path: root/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch
blob: 19fec93f61a53ada9170f09081777e0ab8e5baed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/configure.in
+++ b/configure.in
@@ -17,12 +17,8 @@
 AC_CHECK_HEADERS(unistd.h)
 
 dnl installation & score path
-if test "x${prefix}" = "xNONE"; then
-  inst_path="${ac_default_prefix}/games/grande"
-else
-  inst_path="${prefix}/games/grande"
-fi
-score_path="/var/games"
+inst_path="${datadir}/grande"
+score_path="${localstatedir}"
 
 dnl check if installation was disabled
 AC_ARG_ENABLE( install,