diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template index e58113f470d..f3efddafa38 100644 --- a/srcpkgs/hugo/template +++ b/srcpkgs/hugo/template @@ -23,8 +23,11 @@ post_install() { vman man/$page done + # https://build.voidlinux.org/builders/aarch64-musl_builder/builds/49650/steps/shell_3/logs/stdio + if [ "$XBPS_TARGET_MACHINE" != "aarch64-musl" ]; then for shell in bash fish zsh; do vtargetrun $hugo completion $shell > ${pkgname}.$shell vcompletion ${pkgname}.$shell $shell done + fi }