From d6c7a21b97fb99c73fd7e2a831371f053e474be6 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 18 Nov 2003 14:45:08 +0000 Subject: have system configuration files automagically saved on the usb key with dnotify and a script --- move/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'move/Makefile') diff --git a/move/Makefile b/move/Makefile index b7c9af57f..916260f69 100644 --- a/move/Makefile +++ b/move/Makefile @@ -5,6 +5,7 @@ DEST_STAGE2 = $(DEST_LIVETREE)/usr/bin/stage2 ISO = /BIG/mdkmove.iso DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles keyfiles README.adding.more.files +PROGRAM_FILES = etc-monitorer.pl LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.pm) STAGE1 = ../mdk-stage1 @@ -38,6 +39,7 @@ install: build sudo mkdir -p $(DEST_STAGE2) sudo cp -f *.pm $(DEST_STAGE2) sudo cp -f $(addprefix $(INSTALL)/, $(INSTALL_FILES)) $(DEST_STAGE2) + sudo cp -f $(PROGRAM_FILES) $(DEST_LIVETREE)/usr/bin sudo rm -rf $(DEST_LIVETREE)/usr/share/langs sudo mkdir -p $(DEST_LIVETREE)/usr/share/langs -- cgit v1.2.1