From 44c5b4f90ee73170f129d6b07ec7433a226adde0 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Fri, 26 May 2023 21:57:51 +0200 Subject: [PATCH] Adjust the path to "pacman-extra.conf" for devtools>=1.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6de14d5..4449630 100644 --- a/Makefile +++ b/Makefile @@ -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) \