From 352c4542e4064e821d30db875e82904ef44b1c92 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 23:34:32 +0100 Subject: Meta: Fix build scripts to work on debian --- meta/sync.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/sync.sh') diff --git a/meta/sync.sh b/meta/sync.sh index 036ad18..ab56757 100755 --- a/meta/sync.sh +++ b/meta/sync.sh @@ -2,6 +2,8 @@ scriptdir="$(dirname "$0")" cd "$scriptdir" +[ -f ./ext2.img ] || (./new.sh ; exit) + # Sync the sysroot with the bootable image mkdir ./mount sudo mount ext2.img mount -- cgit v1.2.3