From ee74d25cda8fc1c54e0ac44a43ad01ee613fde68 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 May 2004 12:52:54 +0000 Subject: prefer collecting data in "install" rule when un_live_tree_boot is done --- move/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index bdd100276..58c2e58c7 100644 --- a/move/Makefile +++ b/move/Makefile @@ -33,11 +33,12 @@ iso: build install live_tree_boot clps only_iso build: stage1 xwait runlevel_set - sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create - sudo find $(DEST_LIVETREE)/etc -type f | perl -pe 's|$(DEST_LIVETREE)||' > data/all-etcfiles $(MAKE) -C ../perl-install mo_files install: un_live_tree_boot + sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create + sudo find $(DEST_LIVETREE)/etc -type f | perl -pe 's|$(DEST_LIVETREE)||' > data/all-etcfiles + sudo cp -f $(STAGE1)/init-move $(DEST_LIVETREE)/sbin/init $(MAKE) -C ../perl-install/share/po install NAME=libDrakX DATADIR=$(DEST_LIVETREE)/usr/share -- cgit v1.2.1