[Pkg-freeciv-devel] data/Makefile.am does not respect sysconfdir

Clint Adams schizo at debian.org
Mon Oct 29 04:23:28 UTC 2007


data/Makefile.am uses ${prefix}/etc instead of ${sysconfdir}

--- freeciv-2.1.0.orig/data/Makefile.am
+++ freeciv-2.1.0/data/Makefile.am
@@ -85,8 +85,8 @@
 
 if GGZ_SERVER
 ggzroom_DATA = civserver.room
-ggzroomdir = ${prefix}/etc/ggzd/rooms/
+ggzroomdir = ${sysconfdir}/ggzd/rooms/
 
 ggzgame_DATA = civserver.dsc
-ggzgamedir = ${prefix}/etc/ggzd/games/
+ggzgamedir = ${sysconfdir}/ggzd/games/
 endif



More information about the Pkg-freeciv-devel mailing list