Skip to content

Commit

Permalink
vim: remove symlinking on install
Browse files Browse the repository at this point in the history
make install links all needed aliases, so no need to do this manually
  • Loading branch information
wwwutz committed Apr 26, 2021
1 parent a4247dc commit 714d85a
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 714d85a

Please sign in to comment.