changeset 11:b37408bf0064

Place configuration under /usr/local/etc/* and not /etc if Yadex is installed under /usr/local.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 08:10:11 +0300
parents 2d98bcee79a8
children cc5de2dcf008
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Sep 23 04:03:52 2011 +0300
+++ b/configure	Sat Sep 24 08:10:11 2011 +0300
@@ -413,8 +413,8 @@
 elif expr "$PREFIX" : '//*usr//*local/*$' >/dev/null
 then
   BINDIR=/usr/local/bin		# FHS-ly correct is /usr/local/games
-  ETCDIR=/etc/$APPNAME/%v
-  ETCDIRNV=/etc/$APPNAME
+  ETCDIR=/usr/local/etc/$APPNAME/%v
+  ETCDIRNV=/usr/local/etc/$APPNAME
   MANDIR=/usr/local/man
   SHAREDIR=/usr/local/share/games/$APPNAME/%v
   SHAREDIRNV=/usr/local/share/games/$APPNAME