musl: fix xbps.d(5) musl-arch.conf.

This commit is contained in:
Juan RP 2014-12-29 17:55:36 +01:00
parent e33b2e9af6
commit 7a0e79594a

View file

@ -1,7 +1,7 @@
# Template file for 'musl'.
pkgname=musl
version=1.1.5
revision=7
revision=8
build_style=gnu-configure
configure_args="--prefix=/usr --disable-gcc-wrapper"
conflicts="glibc>=0"
@ -36,6 +36,6 @@ do_install() {
vbin ${FILESDIR}/ldconfig
# Create xbps.d(5) arch override file
vmkdir usr/share/xbps.d
echo "architecture=${XBPS_TARGET_MACHINE}-musl" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
}