blob: 5f725ed156de002d8bd542cf6664b7ad4244a757 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.in.orig Tue Feb 19 21:44:00 2002
+++ configure.in Wed Feb 20 22:03:39 2002
@@ -17,8 +17,8 @@
AC_CHECK_HEADERS(unistd.h)
dnl installation & score path
-inst_path="$prefix/games/grande"
-score_path="/var/games"
+inst_path="$prefix/share/grande"
+score_path="$prefix/share/grande/score"
dnl check if installation was disabled
AC_ARG_ENABLE( install,
|