From e3dd5c58da076422209fa4fc41bf5e005ded65de Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Dec 2003 16:58:51 +0000 Subject: empty help.pm --- move/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/move/Makefile b/move/Makefile index 6c5162107..312784dd3 100644 --- a/move/Makefile +++ b/move/Makefile @@ -13,7 +13,7 @@ LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.p STAGE1 = ../mdk-stage1 INSTALL = ../perl-install -INSTALL_FILES = install2.pm install_steps.pm install_any.pm install_interactive.pm install_steps_gtk.pm install_steps_interactive.pm install_messages.pm install_gtk.pm help.pm +INSTALL_FILES = install2.pm install_steps.pm install_any.pm install_interactive.pm install_steps_gtk.pm install_steps_interactive.pm install_messages.pm install_gtk.pm ARCH := $(shell arch | egrep "(x86_64|sparc64|s390x)") ifneq ("x$(ARCH)", "x") @@ -46,6 +46,7 @@ install: build sudo cp -f runstage2 $(DEST_LIVETREE)/usr/bin/runstage2.pl sudo rm -rf $(DEST_STAGE2) sudo mkdir -p $(DEST_STAGE2) + sudo sh -c 'echo 1 > $(DEST_STAGE2)/help.pm' sudo cp -f *.pm $(DEST_STAGE2) sudo cp -f $(addprefix $(INSTALL)/, $(INSTALL_FILES)) $(DEST_STAGE2) sudo cp -f $(PROGRAM_FILES) $(DEST_LIVETREE)/usr/bin -- cgit v1.2.1