diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 21:42:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 21:42:34 +0000 |
commit | 24a0ca11e3dc675319d4e0b1cf1811e78170bcc8 (patch) | |
tree | 50c0682e24cd27611fc68faa7ee7f335a08fd0dd /move/Makefile | |
parent | 23b8148fb77d7fd7dfda2cd93fafbe20df858603 (diff) | |
download | drakx-24a0ca11e3dc675319d4e0b1cf1811e78170bcc8.tar drakx-24a0ca11e3dc675319d4e0b1cf1811e78170bcc8.tar.gz drakx-24a0ca11e3dc675319d4e0b1cf1811e78170bcc8.tar.bz2 drakx-24a0ca11e3dc675319d4e0b1cf1811e78170bcc8.tar.xz drakx-24a0ca11e3dc675319d4e0b1cf1811e78170bcc8.zip |
correctly install runstage2 as runstage2.pl
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |