archlinux: ensure repositories are the last pacman.d files included

(cherry picked from commit a346de7e46)
This commit is contained in:
Olivier MEDOC 2016-07-12 11:25:03 +02:00 committed by Marek Marczykowski-Górecki
parent 66f103bbf7
commit c439fe3934
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -91,7 +91,7 @@ package() {
# Install pacman.d drop-ins (at least 1 drop-in must be installed or pacman will fail)
mkdir -p ${pkgdir}/etc/pacman.d
install -m 644 $srcdir/PKGBUILD-qubes-noupgrade.conf ${pkgdir}/etc/pacman.d/qubes-noupgrade.conf
install -m 644 $srcdir/PKGBUILD-qubes-noupgrade.conf ${pkgdir}/etc/pacman.d/10-qubes-noupgrade.conf
# Install pacman repository
release=`echo $pkgver | cut -d '.' -f 1,2`