From 23790bcf20f68d320861c0f02c94d006ed883dbf Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 7 Dec 2021 20:35:10 +0900 Subject: [PATCH] Fix setup of systemd in chroot-ed environment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc97476..3cfb9e5 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ brainux: echo "Debootstrap is only available in Linux!"; \ exit 1; \ fi - mkdir -p brainux + sudo mkdir -p brainux @if [ "$(CI)" = "true" ]; then \ echo "I'm in CI and debootstrap without cache."; \ sudo debootstrap --arch=armel --foreign bullseye brainux/; \