xbps: find aarch64 repo.
This commit is contained in:
parent
e61f199b87
commit
302cd5cb14
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue