void-repo-nonfree: update musl repo location.

This commit is contained in:
Juan RP 2015-05-26 09:41:55 +02:00
parent c00cb2ea8a
commit 4979225de1

View file

@ -1,6 +1,6 @@
# Template file for 'void-repo-nonfree'
pkgname=void-repo-nonfree
version=6
version=7
revision=1
noarch=yes
build_style=meta
@ -17,7 +17,7 @@ do_install() {
${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf
case "$XBPS_TARGET_MACHINE" in
*-musl) sed -i 's,repo.voidlinux.eu,musl.voidlinux.net,g' ${DESTDIR}/usr/share/xbps.d/*.conf;;
*-musl) sed -i 's,repo.voidlinux.eu,muslrepo.voidlinux.eu,g' ${DESTDIR}/usr/share/xbps.d/*.conf;;
esac
}