mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/neovim-remote: Use system dir for completion files
This commit is contained in:
parent
443567c3bb
commit
a9962d3465
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ python3 setup.py install --root=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/etc/bash_completion.d
|
||||
cp contrib/completion.bash $PKG/etc/bash_completion.d/neovim-remote.new
|
||||
mkdir -p $PKG/usr/share/bash-completion/completions
|
||||
cp contrib/completion.bash $PKG/usr/share/bash-completion/completions/neovim-remote
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue