Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-17 10:48:58 +0200
committerErich Eckner <git@eckner.net>2021-02-25 11:08:31 +0100
commitb575aab7461062067f8cf26eea26b34290cb7492 (patch)
tree5cd1f0f1613ca9e7312287078e070e0d57e6cee3
parentc2221b059df5ba46df1ca595cb02a8bb99cc68d4 (diff)
archbuild.in: install "base" in the chroot, too
-rw-r--r--archbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in
index 55109f0..5b2d265 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -4,7 +4,7 @@
m4_include(lib/common.sh)
m4_include(lib/archroot.sh)
-base_packages=(base-devel)
+base_packages=(base base-devel)
makechrootpkg_args=(-c -n -C)
cmd="${0##*/}"