emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49354: closed ([PATCH] gnu: vim: Install manpages)


From: GNU bug Tracking System
Subject: bug#49354: closed ([PATCH] gnu: vim: Install manpages)
Date: Mon, 05 Jul 2021 07:57:02 +0000

Your message dated Mon, 5 Jul 2021 10:54:56 +0300
with message-id <YOK60B04O3kpe2vU@3900XT>
and subject line Re: [bug#49354] [PATCH] gnu: vim: Install manpages
has caused the debbugs.gnu.org bug report #49354,
regarding [PATCH] gnu: vim: Install manpages
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49354: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49354
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: vim: Install manpages Date: Sat, 3 Jul 2021 10:37:48 -0400
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/vim.scm (vim)[arguments]<#:phases>: Add fix-install.sh phase.
---
 gnu/packages/vim.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 06c92b7d97..3d017ea46c 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -141,6 +141,11 @@
                ((".*Test_popup_drag_termwin.*" line)
                 (string-append line "return\n")))
              #t))
+         (add-before 'install 'fix-installman.sh
+           (lambda _
+             (substitute* "src/installman.sh"
+               (("/bin/sh")
+                (which "sh")))))
          (add-after 'install 'install-guix.vim
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((vimdir (string-append (assoc-ref outputs "out") 
"/share/vim")))
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49354] [PATCH] gnu: vim: Install manpages Date: Mon, 5 Jul 2021 10:54:56 +0300
Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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