musl-legacy-compat: restrict archs to *-musl
This commit is contained in:
parent
6ec7824d3a
commit
3b8bcc1991
1 changed files with 1 additions and 5 deletions
|
@ -2,17 +2,13 @@
|
|||
pkgname=musl-legacy-compat
|
||||
version=0.3
|
||||
revision=3
|
||||
archs="*-musl"
|
||||
bootstrap=yes
|
||||
short_desc="Legacy compatibility headers for the musl libc"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="http://www.voidlinux.org"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) ;;
|
||||
#*) broken="Only valid for musl systems";;
|
||||
esac
|
||||
|
||||
do_install() {
|
||||
for f in ${FILESDIR}/*.h; do
|
||||
vinstall ${f} 644 usr/include/sys
|
||||
|
|
Loading…
Add table
Reference in a new issue