Merge pull request #109705 from nyanotech/ueitohnueit
charybdis: fix motd option
This commit is contained in:
commit
cdf147a01d
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace include/defaults.h --replace 'PKGLOCALSTATEDIR "' '"/var/lib/charybdis'
|
||||
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/charybdis'
|
||||
'';
|
||||
|
||||
autoreconfPhase = "sh autogen.sh";
|
||||
|
|
Loading…
Reference in New Issue