charybdis: fix motd
without this change, it looks for motd in the etc/ inside the store path, so services.charybdis.motd ends up having no effect
This commit is contained in:
parent
bfa65d757a
commit
6a5e88d0f8
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace include/defaults.h --replace 'PKGLOCALSTATEDIR "' '"/var/lib/charybdis'
|
substituteInPlace include/defaults.h --replace 'PKGLOCALSTATEDIR "' '"/var/lib/charybdis'
|
||||||
|
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/charybdis'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
autoreconfPhase = "sh autogen.sh";
|
autoreconfPhase = "sh autogen.sh";
|
||||||
|
|
Loading…
Reference in New Issue