From 4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Nov 2003 16:15:58 +0000 Subject: build & install drakx mo files --- move/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index 916260f69..e455983d7 100644 --- a/move/Makefile +++ b/move/Makefile @@ -28,11 +28,14 @@ build: xwait cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make init stage1-network stage1-cdrom init-move 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: build #- todo: make_boot_img alike to create boot volume from ../mdk-stage1/stage1-cdrom (isolinux mandatory since stock kernel is so big) sudo cp -f $(STAGE1)/init-move $(DEST_LIVETREE)/sbin/init + $(MAKE) -C ../perl-install/share/po install NAME=libDrakX DATADIR=$(DEST_LIVETREE)/usr/share + sudo cp -f xwait $(DEST_LIVETREE)/usr/bin sudo cp -f runstage2 $(DEST_LIVETREE)/usr/bin/runstage2.pl sudo rm -rf $(DEST_STAGE2) -- cgit v1.2.1