summaryrefslogtreecommitdiffstats
path: root/move/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 13:18:47 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 13:18:47 +0000
commitf3837fd9c687ec40de7aab3a56ce75cc39aa2961 (patch)
treec87b4a2f708c86f0c14e8af25f74a9a06255312a /move/Makefile
parentd3551589c911a40239d5be2b7ddc414f89dd548f (diff)
downloaddrakx-backup-do-not-use-f3837fd9c687ec40de7aab3a56ce75cc39aa2961.tar
drakx-backup-do-not-use-f3837fd9c687ec40de7aab3a56ce75cc39aa2961.tar.gz
drakx-backup-do-not-use-f3837fd9c687ec40de7aab3a56ce75cc39aa2961.tar.bz2
drakx-backup-do-not-use-f3837fd9c687ec40de7aab3a56ce75cc39aa2961.tar.xz
drakx-backup-do-not-use-f3837fd9c687ec40de7aab3a56ce75cc39aa2961.zip
allow to halt machine
Diffstat (limited to 'move/Makefile')
-rw-r--r--move/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile
index 8f9b82583..ee8571ec6 100644
--- a/move/Makefile
+++ b/move/Makefile
@@ -7,7 +7,7 @@ ISO = /BIG/mdkmove.iso
DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles keyfiles \
BOOT-800-MOVE.jpg BOOT-1024-MOVE.jpg BOOT-1280-MOVE.jpg BOOT-1600-MOVE.jpg
-PROGRAM_FILES = etc-monitorer.pl tree/startkde_move tree/wait4x tree/halt_reboot
+PROGRAM_FILES = etc-monitorer.pl tree/startkde_move tree/wait4x
LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.pm)
STAGE1 = ../mdk-stage1
@@ -49,6 +49,8 @@ install: build
sudo cp -f *.pm $(DEST_STAGE2)
sudo cp -f $(addprefix $(INSTALL)/, $(INSTALL_FILES)) $(DEST_STAGE2)
sudo cp -f $(PROGRAM_FILES) $(DEST_LIVETREE)/usr/bin
+ sudo rm -f $(DEST_LIVETREE)/usr/bin/{halt,reboot} #- symlinks to consolehelper
+ sudo cp -f tree/{halt,reboot} $(DEST_LIVETREE)/usr/bin
sudo cp -f tree/X_move $(DEST_LIVETREE)/usr/X11R6/bin
sudo rm -rf $(DEST_LIVETREE)/usr/share/langs