diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template index fec97ec9296..60191625632 100644 --- a/srcpkgs/neovide/template +++ b/srcpkgs/neovide/template @@ -1,7 +1,7 @@ # Template file for 'neovide' pkgname=neovide version=0.15.1 -revision=1 +revision=2 archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs build_style=cargo hostmakedepends="pkg-config clang ninja python gn curl git" @@ -39,8 +39,8 @@ post_install() { vlicense LICENSE vinstall assets/neovide.desktop 0644 usr/share/applications - vmkdir usr/share/docs/neovide + vmkdir usr/share/doc/neovide for file in $(find website/docs -iname "*.md"); do - vinstall ${file} 0644 usr/share/docs/neovide + vinstall ${file} 0644 usr/share/doc/neovide done }