Skip to content

Commit

Permalink
Makefile: Update extra-conf path
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed May 26, 2023
1 parent 14a1147 commit d9f6eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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-blackarch.conf >> $(BUILDDIR)/etc/pacman.conf

fakechroot -- fakeroot -- pacman -Sy -r $(BUILDDIR) \
Expand Down
3 changes: 0 additions & 3 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ Include = rootfs/etc/pacman.d/mirrorlist
[extra]
Include = rootfs/etc/pacman.d/mirrorlist

[community]
Include = rootfs/etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

Expand Down

0 comments on commit d9f6eae

Please sign in to comment.