grande-KXL-0.6-configure.in.patch 403 B

123456789101112131415161718
  1. --- configure.in
  2. +++ configure.in
  3. @@ -17,12 +17,8 @@
  4. AC_CHECK_HEADERS(unistd.h)
  5. dnl installation & score path
  6. -if test "x${prefix}" = "xNONE"; then
  7. - inst_path="${ac_default_prefix}/games/grande"
  8. -else
  9. - inst_path="${prefix}/games/grande"
  10. -fi
  11. -score_path="/var/games"
  12. +inst_path="${datadir}/grande"
  13. +score_path="${localstatedir}"
  14. dnl check if installation was disabled
  15. AC_ARG_ENABLE( install,