From 24a0ca11e3dc675319d4e0b1cf1811e78170bcc8 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Oct 2003 21:42:34 +0000 Subject: correctly install runstage2 as runstage2.pl --- move/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index dcf7aa6cd..22056b539 100644 --- a/move/Makefile +++ b/move/Makefile @@ -29,7 +29,8 @@ 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 - sudo cp -f runstage2 xwait $(DEST_LIVETREE)/usr/bin + sudo cp -f xwait $(DEST_LIVETREE)/usr/bin + sudo cp -f runstage2 $(DEST_LIVETREE)/usr/bin/runstage2.pl sudo rm -rf $(DEST_STAGE2) sudo mkdir -p $(DEST_STAGE2) sudo cp -f *.pm $(DEST_STAGE2) -- cgit v1.2.1