pkgsrc/games/sarien/patches/patch-aa

13 lines
285 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.1.1.1 2003/01/10 16:16:36 jmmv Exp $
--- src/filesys/unix/path.c.orig Sun Aug 5 01:59:48 2001
+++ src/filesys/unix/path.c
@@ -46,6 +46,6 @@ char* get_config_file (void)
#endif
#endif
- return "/etc/sarien.conf";
+ return PKG_SYSCONFDIR "/sarien.conf";
}