Fix FHS default sysconfdir
This commit is contained in:
parent
195586f7f5
commit
80b6ce97d6
|
@ -61,7 +61,7 @@ default_storagedir="$prefix/storage"
|
|||
|
||||
if test "$enable_fhs" = yes; then
|
||||
prefix="/usr"
|
||||
sysconfdir="/etc"
|
||||
sysconfdir="/etc/freeswitch"
|
||||
localstatedir="/var"
|
||||
default_dbdir="/var/lib/freeswitch/db"
|
||||
default_grammardir="/usr/share/freeswitch/grammar"
|
||||
|
|
Loading…
Reference in New Issue