summaryrefslogtreecommitdiff
path: root/misc/celestia/patches/patch-ad
blob: 793414e74abc0fbda4697497c6080206ddef0fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2004/11/10 16:38:27 adam Exp $

--- src/celestia/celestiacore.cpp.orig	2004-07-30 07:10:10.000000000 +0000
+++ src/celestia/celestiacore.cpp
@@ -3454,7 +3454,7 @@ bool CelestiaCore::initSimulation()
     }
 #endif
 
-    config = ReadCelestiaConfig("celestia.cfg");
+    config = ReadCelestiaConfig(PKG_SYSCONFDIR "/celestia.cfg");
     if (config == NULL)
     {
         fatalError("Error reading configuration file.");;