Skip to content

Commit

Permalink
Merge pull request #2110 from mariux64/fix-install-vim8227871
Browse files Browse the repository at this point in the history
vim: remove symlinking on install
  • Loading branch information
wwwutz authored May 2, 2021
2 parents 5c3eed4 + 714d85a commit 5ec9fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION vim-8.2.2787-1
# BEE_VERSION vim-8.2.2787-2

# SRCURL[0]="https://github.com/vim/vim/archive/v${PKGVERSION}.tar.gz vim-${PKGVERSION}.tar.gz"

Expand Down Expand Up @@ -39,7 +39,7 @@ mee_configure() {
#}

mee_install_post() {
for i in vi gvim gview rgview rgvim evim eview gvimdiff ex view rvim rview vimdiff; do
for i in vi; do
ln -sv vim ${D}${BINDIR}/$i
done
ln -sv vim.1 ${D}${MANDIR}/man1/vi.1
Expand Down

0 comments on commit 5ec9fd2

Please sign in to comment.