musl: fix xbps.d(5) musl-arch.conf.
This commit is contained in:
parent
e33b2e9af6
commit
7a0e79594a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue