summaryrefslogtreecommitdiffstats
path: root/move/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-02 16:58:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-02 16:58:51 +0000
commite3dd5c58da076422209fa4fc41bf5e005ded65de (patch)
tree114e66bcd995457202b0102d44537a98a19bc38d /move/Makefile
parent1cd0396c4c2ee22128828942003370848e84bc32 (diff)
downloaddrakx-backup-do-not-use-e3dd5c58da076422209fa4fc41bf5e005ded65de.tar
drakx-backup-do-not-use-e3dd5c58da076422209fa4fc41bf5e005ded65de.tar.gz
drakx-backup-do-not-use-e3dd5c58da076422209fa4fc41bf5e005ded65de.tar.bz2
drakx-backup-do-not-use-e3dd5c58da076422209fa4fc41bf5e005ded65de.tar.xz
drakx-backup-do-not-use-e3dd5c58da076422209fa4fc41bf5e005ded65de.zip
empty help.pm
Diffstat (limited to 'move/Makefile')
-rw-r--r--move/Makefile3
1 files changed, 2 insertions, 1 deletions
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