xbps: update main repo for musl.

This commit is contained in:
Juan RP 2015-05-26 09:40:43 +02:00
parent cbe6613dc4
commit c00cb2ea8a

View file

@ -1,7 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.44.1
revision=5
revision=6
bootstrap=yes
build_style=configure
short_desc="The XBPS package system utilities"
@ -36,7 +36,7 @@ do_configure() {
post_install() {
case "$XBPS_TARGET_MACHINE" in
*-musl) # XXX different repo location
echo "repository=http://musl.voidlinux.net/current" > \
echo "repository=http://muslrepo.voidlinux.eu/current" > \
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
;;
esac