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.master
parent
13c73ccd90
commit
9bb14bd237
|
@ -1761,7 +1761,7 @@ addons which can add many functionalities to the base client.")
|
|||
(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)
|
||||
|
|
Reference in New Issue