guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: msmtp: Fix vim file install location.


From: guix-commits
Subject: branch master updated: gnu: msmtp: Fix vim file install location.
Date: Sun, 10 Jul 2022 02:40:42 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9bb14bd237 gnu: msmtp: Fix vim file install location.
9bb14bd237 is described below

commit 9bb14bd2378fa76c7619c0702cd63a28611c12f2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 7 21:51:04 2022 +0300

    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.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0c14bec2f7..556c5b4305 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]