summaryrefslogtreecommitdiffstats
path: root/hunt/include/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/include/pathnames.h')
-rw-r--r--hunt/include/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hunt/include/pathnames.h b/hunt/include/pathnames.h
index 2595c9a0..e8cdf276 100644
--- a/hunt/include/pathnames.h
+++ b/hunt/include/pathnames.h
@@ -30,6 +30,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define PATH_HUNTD "/usr/games/huntd"
+#include "config.h"
+
+#define PATH_HUNTD PREFIX"/games/huntd"
#define PATH_HUNTSOCKET "/tmp/hunt"
#define PATH_STATSOCKET "/tmp/hunt.stats"