[Pkg-freeciv-devel] cannot send mail to bugs at freeciv.org / PATCH: data/Makefile.am does not respect sysconfdir

Clint Adams schizo at debian.org
Mon Oct 29 13:40:15 UTC 2007


I tried to submit this to RT, but

>   bugs at rt.freeciv.org
>     (generated from bugs at freeciv.org)
>     SMTP error from remote mail server after RCPT TO:<bugs at rt.freeciv.org>:
>     host rt.freeciv.org [207.158.49.132]: 550 5.1.1 <bugs at rt.freeciv.org>... User unknown

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