00a5f21f41
move hiscore dir to /var/games
15 lines
494 B
Plaintext
15 lines
494 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2003/04/15 13:43:18 wilfried Exp $
|
|
--- configure.orig Fri Jun 14 19:17:58 2002
|
|
+++ configure Mon Apr 14 14:08:00 2003
|
|
@@ -3478,8 +3478,8 @@ echo $ECHO_N "checking target platform a
|
|
build_macosx_bundle=no
|
|
build_simple_bundle=no
|
|
unix_scoredir=yes
|
|
-DATADIR='$(datadir)/games/kobo-deluxe'
|
|
-SCOREDIR='$(prefix)/games/kobo-deluxe/scores'
|
|
+DATADIR='$(datadir)/kobodeluxe'
|
|
+SCOREDIR='/var/games/kobodeluxe'
|
|
CONFIGDIR='HOME>>'
|
|
CONFIGFILE='.kobodlrc'
|
|
EXEFILE=kobodl
|