summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-17 12:52:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-17 12:52:54 +0000
commitee74d25cda8fc1c54e0ac44a43ad01ee613fde68 (patch)
tree37c24782efe7aef9bdc75eca7fb01452ff3fee69
parent930b017e6149c6ccb112e138b269d244e838d9ab (diff)
downloaddrakx-backup-do-not-use-ee74d25cda8fc1c54e0ac44a43ad01ee613fde68.tar
drakx-backup-do-not-use-ee74d25cda8fc1c54e0ac44a43ad01ee613fde68.tar.gz
drakx-backup-do-not-use-ee74d25cda8fc1c54e0ac44a43ad01ee613fde68.tar.bz2
drakx-backup-do-not-use-ee74d25cda8fc1c54e0ac44a43ad01ee613fde68.tar.xz
drakx-backup-do-not-use-ee74d25cda8fc1c54e0ac44a43ad01ee613fde68.zip
prefer collecting data in "install" rule when un_live_tree_boot is done
-rw-r--r--move/Makefile5
1 files changed, 3 insertions, 2 deletions
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