FIXUP tiedote.md paketti onkin tiedote-md

This commit is contained in:
Saku Laesvuori 2025-04-19 16:32:09 +03:00
parent c608e965b4
commit c21d912e34
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32

View File

@ -71,7 +71,7 @@ the tiedote.md user on this system.")
(mkdir-p socket-directory)
(chown socket-directory uid gid)
(make-forkexec-constructor
(list #$(file-append tiedote.md "/bin/tiedote.md")
(list #$(file-append tiedote-md "/bin/tiedote.md")
"--address" #$email-address
"--sender-name" #$sender-name
"--sendmail" #$sendmail-path
@ -91,8 +91,8 @@ the tiedote.md user on this system.")
(define (tiedote.md-activation config)
(match-record config <tiedote.md-configuration>
(state-directory)
(let* ((receive-exec (list (file-append tiedote.md "/bin/tiedote.md") ; file to exec
(file-append tiedote.md "/bin/tiedote.md") ; arg $0
(let* ((receive-exec (list (file-append tiedote-md "/bin/tiedote.md") ; file to exec
(file-append tiedote-md "/bin/tiedote.md") ; arg $0
"--address" email-address
"--sender-name" sender-name
"--sendmail" sendmail-path