Merge pull request #109705 from nyanotech/ueitohnueit

charybdis: fix motd option
This commit is contained in:
Sandro 2021-01-18 10:55:06 +01:00 committed by GitHub
commit cdf147a01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";