From 78b03ce8a32f8e643e84ed9d4b3bde15943c2f19 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sun, 5 Apr 2020 19:22:14 +0100 Subject: bootstrap_archives: remove useless param --- scripts/build/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/bootstrap') diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 08229a393..56d62e481 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -35,7 +35,7 @@ lb bootstrap_cache save "${@}" # Configuring chroot lb chroot_prep install all-except-archives "${@}" -lb bootstrap_archives binary "${@}" +lb bootstrap_archives "${@}" # Deconfiguring chroot lb chroot_prep remove all-except-archives "${@}" -- cgit v1.2.3