Thanks for that iflo0
Search Criteria
Package Details: vim-easymotion-git 2.0.r212.g91464bd-1
Package Actions
| Package Base: | vim-easymotion-git |
|---|---|
| Description: | simpler and faster vim motions |
| Upstream URL: | https://github.com/Lokaltog/vim-easymotion |
| Category: | editors |
| Licenses: | |
| Groups: | |
| Conflicts: | |
| Provides: | |
| Submitter: | lowfatcomputing |
| Maintainer: | lowfatcomputing |
| Last Packager: | lowfatcomputing |
| Votes: | 3 |
| First Submitted: | 2011-03-30 20:06 |
| Last Updated: | 2014-09-28 12:07 |
Latest Comments
Comment by lowfatcomputing
Anonymous comment
Hi! Please replace:
mkdir -p ${pkgdir}/usr/share/vim-scripts/easymotion/
install -Dm644 {doc/easymotion.txt,README.md} ${pkgdir}/usr/share/vim-scripts/easymotion/
To:
mkdir -p ${pkgdir}/usr/share/vim/vimfiles/doc
install -Dm644 {doc/easymotion.txt,README.md} ${pkgdir}/usr/share/vim/vimfiles/doc
And fix "install" file:
--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
Good luck!