mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
hugo: no completion for aarch64-musl
This commit is contained in:
parent
6096af9c3b
commit
43cbb7fc5f
1 changed files with 3 additions and 0 deletions
|
@ -23,8 +23,11 @@ post_install() {
|
||||||
vman man/$page
|
vman man/$page
|
||||||
done
|
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
|
for shell in bash fish zsh; do
|
||||||
vtargetrun $hugo completion $shell > ${pkgname}.$shell
|
vtargetrun $hugo completion $shell > ${pkgname}.$shell
|
||||||
vcompletion ${pkgname}.$shell $shell
|
vcompletion ${pkgname}.$shell $shell
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue