gnu: msmtp: Fix vim file install location.

* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom
'install-additional-files phase to install vim file in correct
directory.
This commit is contained in:
Efraim Flashner 2022-07-07 21:51:04 +03:00
parent 13c73ccd90
commit 9bb14bd237
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1761,7 +1761,7 @@ (define-public msmtp
(bin (string-append out "/bin"))
(doc (string-append out "/share/doc/msmtp"))
(msmtpq "scripts/msmtpq")
(vimfiles (string-append out "/share/vim/vimfiles/plugin")))
(vimfiles (string-append out "/share/vim/vimfiles/syntax")))
(install-file (string-append msmtpq "/msmtpq") bin)
(install-file (string-append msmtpq "/msmtp-queue") bin)
(install-file (string-append msmtpq "/README.msmtpq") doc)