From 24a8a430779539d0be840b7ad8a3958ec02612a0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 24 Jan 2016 13:34:15 -0500 Subject: Keep all common live-build config data in data/live-build-config If more granular data modification is needed, it can be stored in other data/ subdirs. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 244229d2..0c6d7b5a 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,7 @@ prepare: @scripts/check-config @scripts/live-build-config - cp -r data/includes.chroot/* build/config/includes.chroot/ - cp -r data/package-lists/common/* build/config/package-lists/ + cp -r data/live-build-config/* build/config/ .PHONY: iso .ONESHELL: -- cgit v1.2.3