diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-07 12:50:05 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-07 12:50:05 +0000 |
commit | 9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3 (patch) | |
tree | 7c50852ab3c96fb011070c394c0ad265843c1d12 /move/Makefile | |
parent | 12be8805ee4af3ba2060107179c4433963bc0dab (diff) | |
download | drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.gz drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.bz2 drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.tar.xz drakx-9bc1d750a05cc4efec0f1b9f4384bfd12d73daa3.zip |
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
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |