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

This commit is contained in:
Olivier MEDOC 2016-07-12 11:25:03 +02:00
parent d449d75162
commit a346de7e46

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`