zola: remove broken for musl.
This commit is contained in:
parent
8f86612b6f
commit
45a0d9344c
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
|
|||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
ppc*) broken="segfaults" ;;
|
||||
*-musl) broken="triggers segfault in rustc" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
|
@ -26,7 +25,7 @@ pre_build() {
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
ln -sr ${DESTDIR}/usr/bin/zola ${DESTDIR}/usr/bin/gutenberg
|
||||
ln -s zola ${DESTDIR}/usr/bin/gutenberg
|
||||
}
|
||||
|
||||
gutenberg_package() {
|
||||
|
|
Loading…
Reference in a new issue