From 8688ace193d7a41e60fdf5ec5d092c7f31870207 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 18 Dec 2015 06:18:18 -0500 Subject: Add image data includes copying step to the makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cf0a1d4..19021376 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ iso: @scripts/check-config @scripts/live-build-config + cp -r data/includes.chroot/* build/config/includes.chroot/ @echo "The rest is not yet implemented ;)" -- cgit v1.2.3