summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdb5f2971..9e24d212c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ install: build autoboot rescue
ifeq (alpha,$(ARCH))
cp -f $(BOOT_RDZ) $(ROOTDEST)/boot
cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz
+ install -m 0755 live_update $(ROOTDEST)/live_update
# sudo install -d /mnt/loop
# for i in $(ROOTDEST)/images/disks/*; do \
# sudo mount $$i /mnt/loop -o loop ;\