PAmix: fix syntax error
This commit is contained in:
parent
8037566706
commit
3c0b1dcaf0
|
@ -15,7 +15,7 @@ checksum=52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
*-musl) broken="Parts of ncurses, not available on musl";;
|
*-musl) broken="Parts of ncurses, not available on musl";;
|
||||||
done
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue