4764ce3545
Brief Changelog: - New map generator which generates much better maps (wildmap). - Fixed problem with mouse if client stopped receiving frames. - Added button to the welcome screen with which you can ping all the servers and sort them correctly. - Added -serverHost to the server to manually specify the hostname and IP address of the server if the machine has more than one net interface. - Various other fixes concerning other Operating Systems. from maintainer
19 lines
611 B
Plaintext
19 lines
611 B
Plaintext
$OpenBSD: patch-Local_config,v 1.2 2001/04/12 10:37:37 reinhard Exp $
|
|
--- Local.config.orig Sun Apr 1 20:55:58 2001
|
|
+++ Local.config Sun Apr 1 20:56:17 2001
|
|
@@ -36,12 +36,12 @@
|
|
#define LocalGuru xpilot@xpilot.org /* The one to contact for problems */
|
|
#endif /* LocalGuru */
|
|
|
|
-PREFIX = /usr/local/games
|
|
+PREFIX = /usr/local
|
|
|
|
/* Manual pages for games usually go to section 6. */
|
|
MANSUFFIX = 6
|
|
INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX)
|
|
-INSTLIBDIR = $(PREFIX)/lib/xpilot
|
|
+INSTLIBDIR = $(PREFIX)/share/xpilot
|
|
INSTBINDIR = $(PREFIX)/bin
|
|
|
|
/* #define Log /* Try to log every server start to log file */
|