From 9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 7 Nov 2003 12:50:05 +0000 Subject: better handle etc files: scan a/c/mtime after copying all /etc files to list the ones which are read and written, make it a file list and be assured to have those when initing move --- move/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/Makefile') diff --git a/move/Makefile b/move/Makefile index 6d7d0b4d1..67cd5e506 100644 --- a/move/Makefile +++ b/move/Makefile @@ -2,7 +2,7 @@ DEST_LIVETREE = /tmp/live_tree DEST_STAGE2 = $(DEST_LIVETREE)/usr/bin/stage2 -DATA_FILES = devices symlinks directories-to-create +DATA_FILES = devices symlinks directories-to-create etcfiles LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.pm) STAGE1 = ../mdk-stage1 -- cgit v1.2.1