vimUtils.vimGenDocHook: dont copy the folder (again)
The files are installed via build-vim-plugin. Doing that again is a waste of resources, worse it can create errors
This commit is contained in:
parent
1c4904092b
commit
354b186402
@ -7,7 +7,6 @@ vimPluginGenTags() {
|
||||
|
||||
target="$out/@rtpPath@/$pname"
|
||||
mkdir -p $out/@rtpPath@
|
||||
cp -r . $target
|
||||
|
||||
# build help tags
|
||||
if [ -d "$target/doc" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user