Skip to content

Commit

Permalink
Makefile: change build process
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed May 6, 2024
1 parent 3af58e5 commit aeb7b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ define rootfs
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) --needed \
fakechroot -- fakeroot -- pacman -Syu -r $(BUILDDIR) --needed \
--noconfirm --dbpath $(BUILDDIR)/var/lib/pacman \
--config $(BUILDDIR)/etc/pacman.conf \
--sysroot $(BUILDDIR) \
--noscriptlet \
--hookdir $(BUILDDIR)/alpm-hooks/usr/share/libalpm/hooks/ $(2)

Expand Down

0 comments on commit aeb7b97

Please sign in to comment.