Adjust the path to "pacman-extra.conf" for devtools>=1.0.0

This commit is contained in:
Kristian Klausen 2023-05-26 21:57:51 +02:00
parent 6a1f7a1965
commit 44c5b4f90e
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

View File

@ -7,7 +7,7 @@ define rootfs
find /usr/share/libalpm/hooks -exec ln -sf /dev/null $(BUILDDIR)/alpm-hooks{} \;
mkdir -vp $(BUILDDIR)/var/lib/pacman/ $(OUTPUTDIR)
install -Dm644 /usr/share/devtools/pacman-extra.conf $(BUILDDIR)/etc/pacman.conf
install -Dm644 /usr/share/devtools/pacman.conf.d/extra.conf $(BUILDDIR)/etc/pacman.conf
cat pacman-conf.d-noextract.conf >> $(BUILDDIR)/etc/pacman.conf
fakechroot -- fakeroot -- pacman -Sy -r $(BUILDDIR) \