abinfo "Making symbolic links in /usr/libexec ..."
# The path in libexec is used by many programs and the vhost-user json
mkdir -vp "$PKGDIR"/usr/libexec
ln -sv /usr/bin/virtiofsd \
    "$PKGDIR"/usr/libexec/virtiofsd

abinfo "Installing vhost-user JSON ..."
install -Dvm 644 50-virtiofsd.json \
    "$PKGDIR"/usr/share/qemu/vhost-user/50-virtiofsd.json

abinfo "Installing documentations ..."
install -Dvm 644 "$SRCDIR"/doc/*.md \
    -t "$PKGDIR"/usr/share/doc/virtiofsd/
