Skip to content
Snippets Groups Projects
Unverified Commit 3e09a2be authored by Jakub Kądziołka's avatar Jakub Kądziołka
Browse files

gnu: vim: Install man pages.

parent c5b20437
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,11 @@ (define-public vim
#:parallel-tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'patch-source-shebangs 'fix-installman
(lambda _
(substitute* "src/installman.sh"
((" /bin/sh") (which "sh")))
#t))
(add-after 'configure 'patch-absolute-paths
(lambda _
(substitute* "runtime/tools/mve.awk"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment