From 302cd5cb1456a699a88b8d3e9c25bb5a1cc9fdda Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 11 Jan 2017 21:55:44 +0100 Subject: [PATCH] xbps: find aarch64 repo. --- srcpkgs/xbps/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 2ee5a39d1f..8a2b8fc452 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.51 -revision=14 +revision=15 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -42,6 +42,10 @@ do_configure() { } post_install() { case "$XBPS_TARGET_MACHINE" in + aarch64*) # XXX different repo location + echo "repository=https://repo.voidlinux.eu/current/aarch64" > \ + ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf + ;; *-musl) # XXX different repo location echo "repository=https://repo.voidlinux.eu/current/musl" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf